UNPKG

woodwing-assets

Version:

TypeScript client for interacting with the WoodWing Assets Server API

8 lines (7 loc) 110 B
export type GetFolderRequest = { id: string; path?: never; } | { path: string; id?: never; };