UNPKG

tickethead-sdk

Version:

SDK for the Tickethead API

6 lines 221 B
export interface Query { [key: string]: boolean | Query; } export declare function buildQuery(query: Query): string; export declare function getStringifiedQuery(query: any): string; //# sourceMappingURL=query.d.ts.map