mirror of
https://github.com/khairul169/vaulterm.git
synced 2025-05-15 17:09:38 +07:00
7 lines
95 B
TypeScript
7 lines
95 B
TypeScript
//
|
|
|
|
export type MoveHostPayload = {
|
|
parentId: string | null;
|
|
hostId: string | string[];
|
|
};
|