Interface CheckInformationKeyValuePair

CheckInformationKeyValuePair has the check information sent by the server.

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

Properties

Properties

key: string

The id of the check information part.

value: string

The value of the check information part.