Interface BelongsToProps<T>

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

Type Parameters

Properties

Properties