Interface HasOneProps<T>

interface HasOneProps<T> {
    foreignKey: ForeignEntityAttribute<T> & keyof T;
}

Type Parameters

Properties

Properties

foreignKey: ForeignEntityAttribute<T> & keyof T

Generated using TypeDoc