Type alias Association<TAssoc, T, TSchema, TTarget>

Association<out TAssoc, out T, out TSchema, in TTarget>: {
    associate(target) => TAssoc;
}["associate"]

Type Parameters

Generated using TypeDoc