//

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