Type Alias: FormResult
type FormResult = object;
Properties
formId
formId: FormId;
The user-provided identifier of the form.
formKey
formKey: FormKey;
The assigned key, which acts as a unique identifier for this form.
schema
schema: string;
The form schema as a JSON document serialized as a string.
tenantId
tenantId: TenantId;
The tenant ID of the form.
version
version: number;
The version of the the deployed form.