UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

3 lines (2 loc) 103 B
export type AuthCookieName = 'auth'; export type PublicApiKeyHeaderName = 'X-API-Key' | (string & {});