dyna-record
    Preparing search index...

    Interface HasOneProps<T>

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

    Type Parameters

    Index

    Properties

    Properties

    foreignKey: ForeignEntityAttribute<T> & keyof T