@acrolinx/sidebar-interface
    Preparing search index...

    Interface CheckInformationKeyValuePair

    CheckInformationKeyValuePair has the check information sent by the server.

    interface CheckInformationKeyValuePair {
        key: string;
        value: string;
    }
    Index

    Properties

    Properties

    key: string

    The id of the check information part.

    value: string

    The value of the check information part.