UNPKG

@reservation-studio/electron-types

Version:

TypeScript типове за ReservationStudioElectron

8 lines (7 loc) 188 B
import { ApiInterface } from '../interfaces/public'; declare global { interface Window { ReservationStudioElectron: ApiInterface; } } export * from '../interfaces/public';