@tikoci/centrs
    Preparing search index...

    Interface CommentKvWarning

    interface CommentKvWarning {
        code: "cdb/reserved-option" | "cdb/unknown-option";
        context: { key: string };
        message: string;
    }
    Index

    Properties

    Properties

    code: "cdb/reserved-option" | "cdb/unknown-option"
    context: { key: string }
    message: string