export interface RolePermission { id?: string; roleId?: string; permissionId?: string; }