UNPKG

@marketto/belfiore-connector-embedded

Version:
9 lines (7 loc) 257 B
import type IBelfioreDbData from "./belfiore-db-data.interface"; import type IBelfioreDbLicense from "./belfiore-db-license.interface"; export default interface IBelfioreDb { data: IBelfioreDbData[]; licenses: IBelfioreDbLicense[]; sources: string[]; }