Logo
Type aliases

FileParsePublic

FileParsePublic = object

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

Properties

created_at

created_at: string

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

The date and time when the file was parsed.


status

status: string

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

The status of the parse task.


started_at?

optional started_at: string | null

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

The date and time when the file parse started.


ended_at?

optional ended_at: string | null

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

The date and time when the file parse ended.


input_path

input_path: string

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

The path to the input file.


data_path

data_path: string

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

The path to the data file.