feat: added login page

This commit is contained in:
nihonium 2025-11-23 03:57:35 +03:00
parent 69e8a8dc79
commit c500116916
Signed by: nihonium
GPG key ID: 0251623741027CFC
12 changed files with 730 additions and 1 deletions

View file

@ -0,0 +1,11 @@
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type ApiResult = {
readonly url: string;
readonly ok: boolean;
readonly status: number;
readonly statusText: string;
readonly body: any;
};