Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 212 Bytes

File metadata and controls

17 lines (11 loc) · 212 Bytes

TokenType

Token type, always 'Bearer'

Example Usage

import { TokenType } from "@midday-ai/sdk/models/operations";

let value: TokenType = "Bearer";

Values

"Bearer"