Client: Fixed model interfaces exports
This commit is contained in:
2
client/src/pages/vendors/model.tsx
vendored
2
client/src/pages/vendors/model.tsx
vendored
@@ -1,4 +1,4 @@
|
||||
interface IVendor {
|
||||
export interface IVendor {
|
||||
id: string;
|
||||
registered: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user