CreateChangeSetData: OmitStrict<ChangeSet, "id" | "changes"> & {
    changes: NewChange[];
}

The data required to create a new change set.

Type declaration

  • changes: NewChange[]

    The changes of the changes set.