export type PathDto = { /** * The path that the file should upload to */ path: string; /** * Whether or not this path points to a directory */ isDir?: boolean; };