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