UNPKG

jsm-core

Version:
7 lines (6 loc) 225 B
type TMicroService = 'auth' | 'content' | 'storage' | 'system' | 'auth' | 'DEFAULT'; export declare const SERVICES: TMicroService[]; export declare const SERVICE_PORTS: { [service in TMicroService]: number; }; export {};