/**
 * A full license
 */
export type License = {
    title?: string;
    body?: string;
};
