UNPKG

@upv/ushi-shared

Version:

Shared DTOs, types, and utilities for the USHI platform (LMS, Trials, Social, Wallet).

10 lines (9 loc) 260 B
export declare const defaultHeaders: { 'Content-Type': string; 'Access-Control-Allow-Origin': string; }; export declare const enum CustomHeader { RequestId = "x-request-id", AuthToken = "authorization", CorrelationId = "x-correlation-id" }