sindri
Version:
The Sindri Labs JavaScript SDK and CLI tool.
14 lines (12 loc) • 325 B
text/typescript
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type TokenObtainPairOutputSchema = {
/**
* Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
*/
username: string;
refresh: string;
access: string;
};