Interface FullLicense

interface FullLicense {
    body: string;
    title: string;
}

Properties

Properties

body: string
title: string