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