export type RolePositionUpdateSchema = { id: string; position: number; }[];