export type UserAuthorization = {
    canCreateReleases: boolean;
};
