export interface RolePermissionUpdate { roleId?: string; permissionId?: string; }