export type ManagementApiScope = 'Project_Read' | 'Entry_Read' | 'Entry_Write' | 'Entry_Delete';
