Interface InnerOuterOptions

interface InnerOuterOptions {
    innerOptions?: KeyStringAny;
    outerOptions?: KeyStringAny;
}

Hierarchy (view full)

Properties

innerOptions?: KeyStringAny

Use this to define inner-options Use this if the auto-mapping is not correct or for plugin options

Please open a new issue if some option is mismatched or not existing / mapped

outerOptions?: KeyStringAny

Use this to define outer-options Use this if the auto-mapping is not correct or for plugin options

Please open a new issue if some option is mismatched or not existing / mapped