Interface HasManyProps<T>

interface HasManyProps<T> {
    foreignKey: ForeignEntityAttribute<T>;
}

Type Parameters

Properties

Properties

Generated using TypeDoc