UNPKG

@jovian/type-tools

Version:

TypeTools is a Typescript library for providing extensible tooling runtime validations and type helpers.

22 lines (21 loc) 411 B
export interface ServerConstDataGlobal { http?: { securityHeaders?: { profile: 'allow-all' | string; allowRequestOrigin: '*' | string; allowRequestHeaders: '*' | string; } }; api?: { basePath: '/api' | string; }; destor?: { basePath: '/api-destor' | string; }; auth?: { basePath: '/api-auth' | string; }; ext?: { basePath: '/api-ext' | string; }; }