Type alias ViewerLocaleLanguage

ViewerLocaleLanguage: {
    arButton: {
        cta: string;
        deviceUnsupported: string;
        qrCodeInstructions: string;
        shareViaMail: string;
    };
    error: {
        loadingGeneric: string;
        projectNotFound: string;
    };
}

Type declaration

  • arButton: {
        cta: string;
        deviceUnsupported: string;
        qrCodeInstructions: string;
        shareViaMail: string;
    }
    • cta: string
    • deviceUnsupported: string
    • qrCodeInstructions: string
    • shareViaMail: string
  • error: {
        loadingGeneric: string;
        projectNotFound: string;
    }
    • loadingGeneric: string
    • projectNotFound: string