Type alias FormsAppEnvironmentConfiguration
FormsAppEnvironmentConfiguration: { abnLookupAuthenticationGuid?: string; accountAttachmentRetentionInDays?: number; environmentCustomCss: string | undefined; formsAppEnvironmentId: number; formsAttachmentRetention?: { days: number; formId: number; }[]; googleMapsApiKey: string | undefined; isTrialExpired: boolean; locale: string; organisationId: string; recaptchaKeyType: RecaptchaKeyType | undefined; recaptchaPublicKey: string | undefined; styles: FormsAppEnvironmentStyles; tz: string; } Type declaration
Optional
abnLookupAuthenticationGuid?: string
Optional
accountAttachmentRetentionInDays?: number
environmentCustomCss: string | undefined
formsAppEnvironmentId: number
Optional
formsAttachmentRetention?: {
days: number;
formId: number;
}[]
googleMapsApiKey: string | undefined
isTrialExpired: boolean
locale: string
organisationId: string
recaptchaPublicKey: string | undefined
tz: string