7 lines
95 B
TypeScript
Raw Normal View History

2024-11-16 23:50:02 +07:00
//
export type MoveHostPayload = {
parentId: string | null;
hostId: string | string[];
};