Interface FromSnapshotOptions

From snapshot options.

interface FromSnapshotOptions {
    generateNewIds: boolean;
}

Properties

Properties

generateNewIds: boolean

Pass true to generate new internal ids for models rather than reusing them. (Default is false)