Interface Options<TModels>

Type Parameters

Hierarchy

Properties

exportDefaults?: boolean
internalModels: InternalModel<unknown, UcSchema<unknown>>[]
methods?: Iterable<UcrxMethod<Args<string>, UcrxBeforeMod<Args<string>>>>
models: TModels
onMeta?: EsSnippet
schemaIndex: UccSchemaIndex
ucrxProtoFor?: (<T, TSchema>(this, schema) => undefined | UcrxProto<T, TSchema>)

Type declaration

    • <T, TSchema>(this, schema): undefined | UcrxProto<T, TSchema>
    • Type Parameters

      Parameters

      • this: void
      • schema: TSchema

      Returns undefined | UcrxProto<T, TSchema>

Methods

Generated using TypeDoc