Client: Fixed model interfaces exports

This commit is contained in:
Donkie
2023-05-14 20:09:55 +02:00
parent caa25ccf93
commit 77a3f65111
7 changed files with 11 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
interface IVendor {
export interface IVendor {
id: string;
registered: string;
name: string;