/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from ".."; import * as PetstoreApi from "../../api"; import * as core from "../../core"; export declare const Pet: core.serialization.ObjectSchema; export declare namespace Pet { interface Raw { id?: number | null; name: string; category?: serializers.Category.Raw | null; photoUrls: string[]; tags?: serializers.Tag.Raw[] | null; status?: serializers.PetStatus.Raw | null; } }