Datalayer Desktop - v0.0.3
    Preparing search index...

    Interface ErrorMessageProps

    interface ErrorMessageProps {
        error: string | null;
        warning?: string | null;
    }
    Index
    error: string | null
    warning?: string | null