interface NamedLicense {
    license: {
        name: string;
        text?: Serialize.JSON.Types.Normalized.Attachment;
        url?: string;
    };
}

Properties

Properties

license: {
    name: string;
    text?: Serialize.JSON.Types.Normalized.Attachment;
    url?: string;
}

Type declaration