/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * reference to another object
 */
export interface Reference {
    /** */
    type: string;
    /** */
    id?: string;
}
