/** * An optional version to use. When not supplied, the most recent published version will be used. Special values include: * - `"latest"` for the most recent published version. If there are no published versions, the draft version will be used. * - `"draft"` for the draft version. * - Specific version numbers corresponding to versions your team has published, e.g. `"1.0"`, `"2.2"`, etc. */ export type ProcessorVersionString = string;