summary refs log tree commit diff
path: root/src/util/schemas/RolePositionUpdateSchema.ts
blob: 993d1ae04909645945403a8dd0dd877d1152b7d7 (plain) (blame)
1
2
3
4
export type RolePositionUpdateSchema = {
	id: string;
	position: number;
}[];