58 lines
1.2 KiB
TypeScript
58 lines
1.2 KiB
TypeScript
/**
|
|
* Auto-generated type exports from design document
|
|
* Generated at: 2025-12-19T06:09:11.387686
|
|
* DO NOT EDIT - Regenerate with generate_types.py
|
|
*/
|
|
|
|
// Model types
|
|
export type {
|
|
User,
|
|
Recording,
|
|
GeneratedApp,
|
|
} from './types';
|
|
|
|
// Component prop types
|
|
export type {
|
|
HeaderProps,
|
|
SidebarProps,
|
|
HeroProps,
|
|
FeaturesProps,
|
|
LoginFormProps,
|
|
RegisterFormProps,
|
|
RecordButtonProps,
|
|
WakeWordIndicatorProps,
|
|
RecordingListProps,
|
|
RecordingCardProps,
|
|
AudioPlayerProps,
|
|
TranscriptViewerProps,
|
|
SummaryDisplayProps,
|
|
AppGalleryProps,
|
|
AppCardProps,
|
|
AppIframeViewerProps,
|
|
} from './component-props';
|
|
|
|
// API types
|
|
export type {
|
|
RegisterUserRequest,
|
|
RegisterUserResponse,
|
|
LoginUserRequest,
|
|
LoginUserResponse,
|
|
LogoutUserRequest,
|
|
LogoutUserResponse,
|
|
GetCurrentUserResponse,
|
|
ListRecordingsResponse,
|
|
CreateRecordingRequest,
|
|
CreateRecordingResponse,
|
|
GetRecordingResponse,
|
|
DeleteRecordingResponse,
|
|
TranscribeRecordingRequest,
|
|
TranscribeRecordingResponse,
|
|
SummarizeRecordingRequest,
|
|
SummarizeRecordingResponse,
|
|
ListAppsResponse,
|
|
GenerateAppRequest,
|
|
GenerateAppResponse,
|
|
GetAppResponse,
|
|
DeleteAppResponse,
|
|
} from './api-types';
|