@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface ProcessSystemInfo

    ProcessSystemInfo

    interface ProcessSystemInfo {
        license?: string;
        recaptcha_token?: string;
    }
    Index

    Properties

    license?: string

    Base64 encoded license file

    ProcessSystemInfo

    recaptcha_token?: string

    For internal use. Demo-sites recaptcha token.

    ProcessSystemInfo