ComposeMarketingResult
type ComposeMarketingResult = { assetId: string; status: "processing" | "ready" | "failed";};Defined in: packages/sdk/src/index.ts:471
Properties
Section titled “Properties”assetId
Section titled “assetId”assetId: string;Defined in: packages/sdk/src/index.ts:473
Aquienpz asset id of the in-flight composition. Poll aq.assets.waitReady(id).
status
Section titled “status”status: "processing" | "ready" | "failed";Defined in: packages/sdk/src/index.ts:475
Asset status at dispatch time — usually "processing".