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