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