/** * Representation of the 'ManualPipelineTrigger' schema. */ export type ManualPipelineTrigger = { /** * @example "uuid" */ pipelineId?: string; /** * @example true */ metadataOnly?: boolean; } & Record; //# sourceMappingURL=manual-pipeline-trigger.d.ts.map