Skip to content

frontend


Interface: QuestionBank

Defined in: src/features/teaching/types.ts:12

Frontend types for the teaching feature API.

These mirror the Pydantic schemas in backend/app/features/teaching/schemas.py.

Extended by

Properties

description

description: string

Defined in: src/features/teaching/types.ts:17


id

id: number

Defined in: src/features/teaching/types.ts:13


is_live

is_live: boolean

Defined in: src/features/teaching/types.ts:20


question_bank_id

question_bank_id: string

Defined in: src/features/teaching/types.ts:14


synced_at

synced_at: string

Defined in: src/features/teaching/types.ts:19


title

title: string

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


type

type: "uniform" | "variable"

Defined in: src/features/teaching/types.ts:18


version

version: number

Defined in: src/features/teaching/types.ts:15