nyanimedb/modules/frontend/src/api/models/accessToken.ts
nihonium 1bbfa338d9
Some checks failed
Build and Deploy Go App / build (push) Has been cancelled
Build and Deploy Go App / deploy (push) Has been cancelled
feat: send xsrf_token header
2025-12-04 07:17:31 +03:00

9 lines
199 B
TypeScript

/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/**
* JWT access token.
*
*/
export type accessToken = string;