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