Function resolveModelGetter

  • Resolves all model getters of specified options object recursively. So that {model: () => Person} will be converted to {model: Person}

    Parameters

    • options: any

    Returns any

Generated using TypeDoc