feat: fetch user info
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m46s
Build and Deploy Go App / deploy (push) Successful in 2m54s

This commit is contained in:
nihonium 2025-10-11 04:25:57 +03:00
parent 28c38ca1a0
commit 8e44b8b7b4
Signed by: nihonium
GPG key ID: 0251623741027CFC
16 changed files with 1254 additions and 13 deletions

View file

@ -0,0 +1,5 @@
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type User = Record<string, any>;