/** * @example * export interface OwnConfigInterface extends GToolsConfigInterface { * name: string; * } */ export interface GToolsConfigInterface { URL_API: string; LANGUAGE: string; VERSION: string; PAGE_LIMIT: number; } //# sourceMappingURL=gtools-config.interface.d.ts.map