Interface BelongsToProps<T>

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

Type Parameters

Properties

Properties

Generated using TypeDoc