Circle V2 API Docs
    Preparing search index...
    getContact: QueryProcedure<
        {
            input: { contactId: string };
            meta: object;
            output: {
                contact_id: ContactId;
                contact_type: string;
                contact_type_id: ContactTypeId;
                contact_type_name: string;
                created_at: DbDate;
                created_by: string | null;
                fieldValues: {
                    field_id: string;
                    key: string;
                    value: string | null;
                    value_id: string;
                }[];
                org_id: number;
            };
        },
    > = ...