export type Role = {
    name: string;
};
