export type TPermissions = {
  id: string;
  name: string;
}