otterscan/src/params.ts
2021-07-17 15:58:33 -03:00

4 lines
62 B
TypeScript

export const MIN_API_LEVEL = 2;
export const PAGE_SIZE = 25;