2024-11-16 23:50:34 +07:00

7 lines
95 B
TypeScript

//
export type MoveHostPayload = {
parentId: string | null;
hostId: string | string[];
};