UNPKG

@scalar/types

Version:

Types to work with Scalar packages

18 lines 410 B
/** * This file is autogenerated. Do not edit it. * * Generated at: 2026-05-20T20:41:54.922Z */ /** * When true, the parameter is injected into every request for the workspace. * * @example * ```yaml * x-global: true * ``` */ export type XGlobal = { /** When true, the parameter is injected into every request for the workspace */ 'x-global'?: boolean; }; //# sourceMappingURL=index.d.ts.map