/** * This file was auto-generated by Fern from our API Definition. */ export type ReferencePropertyRelationship = "has-one" | "has-many"; export declare const ReferencePropertyRelationship: { readonly HasOne: "has-one"; readonly HasMany: "has-many"; };