Interface DocumentSetOptions

interface DocumentSetOptions {
    merge?: boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

merge?: boolean