Interface NockRecorderOptionsMaybe

Options where we might not actually have the fields

interface NockRecorderOptionsMaybe {
    clean?: ((scope: Definition) => Definition);
    key?: string;
}

Properties

Properties

clean?: ((scope: Definition) => Definition)
key?: string