/** * Representation of the 'PipelineId' schema. */ export type PipelineId = { /** * @example "uuid" */ pipelineId?: string; } & Record; //# sourceMappingURL=pipeline-id.d.ts.map