Options that can be passed into the Referencer.

interface ReferencerOptions {
    mutate?: boolean;
}

Properties

Properties

mutate?: boolean

If true, the schema passed in will be referenced in-place, mutating the original. Default is false.