Skip to main content

@twick/ai-models / Exports / IGenerationPollingResponse

Interface: IGenerationPollingResponse

Response from polling getRequestStatus for generation jobs

Table of contents

Properties

Properties

duration

Optional duration: number

Defined in

types.ts:75


error

Optional error: string

Defined in

types.ts:78


height

Optional height: number

Defined in

types.ts:77


status

status: "pending" | "completed" | "failed"

Defined in

types.ts:73


url

Optional url: string

Defined in

types.ts:74


width

Optional width: number

Defined in

types.ts:76