Logo
Type aliases

PipelineFileCreate

PipelineFileCreate = object

Defined in: packages/cloud/src/client/types.gen.ts:4744

Schema for creating a file that is associated with a pipeline.

Properties

file_id

file_id: string

Defined in: packages/cloud/src/client/types.gen.ts:4748

The ID of the file


custom_metadata?

optional custom_metadata: {[key: string]: null | string | number | boolean | unknown[] | {[key: string]: unknown; }; } | null

Defined in: packages/cloud/src/client/types.gen.ts:4752

Custom metadata for the file

On this page