Expected some other input. These are specified with a rule's "human-readable name", or with the expected(message, location) function.

interface OtherExpectation {
    description: string;
    type: "other";
}

Properties

Properties

description: string
type: "other"