type Spec = string export type Deployment = { uuid: string kind: string spec: Spec promocode?: string }