@oneblink/sdk-core
    Preparing search index...

    Type Alias FormsAppEnvironmentConfigurationBase

    type FormsAppEnvironmentConfigurationBase = {
        abnLookupAuthenticationGuid?: string;
        accountAttachmentRetentionInDays?: number;
        environmentCustomCss: string | undefined;
        formsAppEnvironmentId: number;
        formsAttachmentRetention?: { days: number; formId: number }[];
        isTrialExpired: boolean;
        locale: string;
        organisationId: string;
        styles: FormsAppEnvironmentStyles;
        tz: string;
    }
    Index

    Properties

    abnLookupAuthenticationGuid?: string
    accountAttachmentRetentionInDays?: number
    environmentCustomCss: string | undefined
    formsAppEnvironmentId: number
    formsAttachmentRetention?: { days: number; formId: number }[]
    isTrialExpired: boolean
    locale: string
    organisationId: string
    tz: string