UNPKG

anton-fedosieiev-sdk

Version:
12 lines (11 loc) 305 B
export declare const BASE_URL = "https://the-one-api.dev/v2"; export declare const NO_TOKEN_RESPONSE: { success: boolean; message: string; }; export declare const FILTER_COMPARISON: { LESS_THAN: string; LESS_THAN_EQUAL: string; GREATER_THAN: string; GREATER_THAN_EQUAL: string; };