UNPKG

hkjc-api

Version:

Node.js package for communicating with HKJC GraphQL API

9 lines (8 loc) 158 B
export interface BaseResponse { success: boolean; message?: string; } export interface PaginationParams { page?: number; pageSize?: number; }