/** * This file was auto-generated by Fern from our API Definition. */ import * as PetstoreApi from ".."; export interface Customer { id?: number; username?: string; address?: PetstoreApi.Address[]; }