nestjs-api-tools
Version:
Wrappers for convenient API development including validation, logging and i18n wrappers
11 lines (10 loc) • 576 B
TypeScript
export declare const CACHE_SERVICE_OPTIONS = "CACHE_SERVICE_OPTIONS";
export declare const DISCORD_SERVICE_OPTIONS = "DISCORD_SERVICE_OPTIONS";
export declare const IP_ALLOWLIST_GUARD_OPTIONS = "IP_WHITELIST_GUARD_OPTIONS";
export declare const VALIDATION_PIPE_OPTIONS = "VALIDATION_PIPE_OPTIONS";
export declare const LIMIT_PARAM = "limit";
export declare const OFFSET_PARAM = "offset";
export declare const PAGE_PARAM = "page";
export declare const SIZE_PARAM = "size";
export declare const IP_ALLOWLIST = "ip-allowlist";
export declare const POSTGRES_MAX_INT = 2147483647;