UNPKG

@open-condo/miniapp-utils

Version:

A set of helper functions / components / hooks used to build new condo apps fast

10 lines (8 loc) 286 B
type TracingOptions = { serviceUrl: string; codeVersion: string; target?: string; previousHeaders?: Record<string, string>; }; declare function getAppTracingHeaders(options: TracingOptions): Record<string, string>; export { type TracingOptions, getAppTracingHeaders };