export interface RoleGetParams {
    roleId: string;
}
