Roqueform
    Preparing search index...

    Type Alias InferMixin<T>

    InferMixin: T extends Field ? T[MIXIN] : never

    Infers the mixin that was added to a field.

    Use InferMixin<this> in mixin interfaces to infer the intersection of all mixins of the current field.

    Type Parameters

    • T

      The field to infer mixin of.