Finish the Pet data model

This commit is contained in:
Oliver-Akins 2024-01-15 22:06:12 -07:00
parent fd4ab482b4
commit ef9a3f2542
2 changed files with 13 additions and 1 deletions

View file

@ -11,4 +11,4 @@ export class DescribedItemData extends CommonItemData {
}),
});
};
};
};