@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Type Alias FirestormPropertyMetadataWithRelationship<T_property_type, T_relationship>

    FirestormPropertyMetadataWithRelationship: FirestormPropertyMetadata<
        T_property_type,
    > & Record<"relationship", RelationshipMetadata<T_relationship>>

    Specialized type of FirestormPropertyMetadata that has a relationship

    Type Parameters