Variable FILE_ROLEConst

FILE_ROLE: {
    [key in FileRole]: {
        label: string;
        level: number;
        value: FileRole;
    }
} = ...