UNPKG

@trlogic/tracker-web

Version:
6 lines (5 loc) 149 B
import TrackerSchema from "./TrackerSchema"; export interface TrackerConfigResponse { configs: TrackerSchema[]; transactionApiUrl: string; }