interface MetadataOptions {
    fillExcept?: string[];
    fillWith?: string[];
    key?: string;
}

Properties

fillExcept?: string[]

An array of keys that should not be added to the metadata object.

fillWith?: string[]

An array of keys that will be added to the metadata object.

key?: string

The name of the key used for the metadata object. Defaults to metadata.