export class Pet{ id?: number; name?: string; tag?: string; }