Interface HasOneProps<T>

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

Type Parameters

Properties

Properties

foreignKey: ForeignEntityAttribute<T> & keyof T