@uniteverses/shared 1.0.33 → 1.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -367,6 +367,14 @@ export interface OrgFoodGroupItem {
|
|
|
367
367
|
createdAt: string | Date;
|
|
368
368
|
foodItem: OrgFoodItem;
|
|
369
369
|
}
|
|
370
|
+
export interface Inquiry {
|
|
371
|
+
id: string;
|
|
372
|
+
message: string;
|
|
373
|
+
createdAt: string | Date;
|
|
374
|
+
}
|
|
375
|
+
export interface CreateInquiryInput {
|
|
376
|
+
message: string;
|
|
377
|
+
}
|
|
370
378
|
export interface OrgFoodGroupWithChildren {
|
|
371
379
|
id: string;
|
|
372
380
|
organizationId: string;
|