File size: 414 Bytes
0ceaacf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | /**
* Generated by orval v8.8.0 🍺
* Do not edit manually.
* OpenAPI spec version: 0.0.1
*/
export type ImportProjectParams = {
/**
* Optional absolute destination path for the extracted `.khrproj/`
directory. When omitted, the server allocates a directory under
`{data.path}/projects/` using a timestamp-and-random suffix. Must not
already exist when provided.
* @nullable
*/
path?: string | null
}
|