Type Alias JotformSubmission
JotformSubmission: { answers?: Record<string, JotformAnswer>; created_at: string; form_id: string; id: string;} Type declaration
Optionalanswers?: Record<string, JotformAnswer>
created_at: string
form_id: string
id: string