/** Options to create a reflection server */ export interface ReflectionServerOptions { /** whitelist of fully-qualified service names to expose. (Default: expose all) */ services?: string[]; }