export type DeploymentApiConcurrencyOptions = {
    collision_strategy: 'ENQUEUE' | 'CANCEL_NEW';
};
