chore: [frontend] API types
This commit is contained in:
parent
91ff2e7740
commit
eba8a1b4cd
1 changed files with 1 additions and 13 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// This file is auto-generated by @hey-api/openapi-ts
|
||||
|
||||
export type ClientOptions = {
|
||||
baseUrl: `${string}://src` | (string & {});
|
||||
baseUrl: `${string}://${string}` | (string & {});
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
@ -76,10 +76,6 @@ export type AddEntryRequest = {
|
|||
* AddFlashcardTemplateRequest
|
||||
*/
|
||||
export type AddFlashcardTemplateRequest = {
|
||||
/**
|
||||
* Card Direction
|
||||
*/
|
||||
card_direction: string;
|
||||
/**
|
||||
* Prompt Text
|
||||
*/
|
||||
|
|
@ -408,10 +404,6 @@ export type FlashcardResponse = {
|
|||
* Answer Context Text
|
||||
*/
|
||||
answer_context_text: string | null;
|
||||
/**
|
||||
* Card Direction
|
||||
*/
|
||||
card_direction: string;
|
||||
/**
|
||||
* Prompt Modality
|
||||
*/
|
||||
|
|
@ -434,10 +426,6 @@ export type FlashcardTemplateResponse = {
|
|||
* Pack Entry Id
|
||||
*/
|
||||
pack_entry_id: string;
|
||||
/**
|
||||
* Card Direction
|
||||
*/
|
||||
card_direction: string;
|
||||
/**
|
||||
* Prompt Text
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue