@tikoci/centrs
    Preparing search index...

    Interface RetrieveWarning

    interface RetrieveWarning {
        code: string;
        context?: Record<string, unknown>;
        message: string;
    }
    Index

    Properties

    Properties

    code: string
    context?: Record<string, unknown>
    message: string