Form
Template
: { createdAt
: string; description
?: string; elements
: FormElement[]; id
: number; isMultiPage
: boolean; name
: string; tags
: string[]; updatedAt
: string; }
Type declaration
-
createdAt: string
-
Optional
description?: string
-
-
id: number
-
isMultiPage: boolean
-
name: string
-
tags: string[]
-
updatedAt: string