Skip to content

Types

Profile / dashboard feature types.

Interfaces

AnkiExportResponse

Defined in: src/features/profile/types.ts:26

Response from the Anki export endpoint.

Properties

Property Type Defined in
anki_deck_url string src/features/profile/types.ts:27

Type Aliases

ProfileFile

type ProfileFile = object;

Defined in: src/features/profile/types.ts:6

A profile file (/profiles/files).

Properties

Property Type Defined in
created_at? string | null src/features/profile/types.ts:12
folder? string | null src/features/profile/types.ts:11
id string src/features/profile/types.ts:7
name string src/features/profile/types.ts:8
type string | null src/features/profile/types.ts:10
url string src/features/profile/types.ts:9

ProfileTranscript

type ProfileTranscript = object;

Defined in: src/features/profile/types.ts:16

A profile transcript (/profiles/transcripts).

Properties

Property Type Defined in
created_at? string | null src/features/profile/types.ts:22
file_id string src/features/profile/types.ts:18
id string src/features/profile/types.ts:17
llm_explanation? string | null src/features/profile/types.ts:20
text string src/features/profile/types.ts:19
url? string | null src/features/profile/types.ts:21