export type License = { app: string; licensed: boolean; name: string | null; };