export interface RoleType extends Record { _id?: string; title: string; admin: boolean; default: boolean; }