export interface RoleDeleteParams {
    roleId: string;
}
