interface GetOrCreateModelOptions {
    registryKey?: string;
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Properties

Properties

registryKey?: string