Type alias FormsAppEnvironmentConfigurationBase
Forms
App
Environment
Configuration
Base
: { abnLookupAuthenticationGuid
?: string; accountAttachmentRetentionInDays
?: number; environmentCustomCss
: string | undefined; formsAppEnvironmentId
: number; formsAttachmentRetention
?: { days
: number; formId
: number; }[]; isTrialExpired
: boolean; locale
: string; organisationId
: string; styles
: FormsAppEnvironmentStyles; tz
: string; }
Type declaration
-
Optional
abnLookupAuthenticationGuid?: string
-
Optional
accountAttachmentRetentionInDays?: number
-
environmentCustomCss: string | undefined
-
formsAppEnvironmentId: number
-
Optional
formsAttachmentRetention?: {
days: number;
formId: number;
}[]
-
isTrialExpired: boolean
-
locale: string
-
organisationId: string
-
-
tz: string