export type AddVersionParams = { version: string; headline: string; releaseNotes: string; sourceVersion: string; };