BasePipelineDefinition: z.infer<typeof BasePipelineDefinitionSchema>

A pipeline definition is owned by the user who set it up. It's the persisted representation of a pipeline on our backend. When a user sets up a pipeline via the generic issuance UI, they are creating one of these over a series of configuration steps - choosing which data source to use, uploading an API key, selecting which data to load, etc.

Generated using TypeDoc