interface NockRecorderLoadOptions {
    load?: ((def: Definition) => Definition);
}

Properties

Properties

load?: ((def: Definition) => Definition)