import type { CreatableVersion } from './CreatableVersion';
export type CreateVersionBody = {
    data: CreatableVersion;
};
