Type alias BatchMigrationInput

BatchMigrationInput: {
    changes: BatchMigrationChangeInput[];
    environmentId: Scalars["ID"];
    name?: InputMaybe<Scalars["String"]>;
}

Type declaration

Generated using TypeDoc