diff --git a/project/src/models/eft/common/tables/ICustomisationStorage.ts b/project/src/models/eft/common/tables/ICustomisationStorage.ts new file mode 100644 index 00000000..1ef230fa --- /dev/null +++ b/project/src/models/eft/common/tables/ICustomisationStorage.ts @@ -0,0 +1,5 @@ +export interface ICustomisationStorage { + id: string; + source: string; + type: string; +}