The boolean value of something

interface AnnotationsBoolean {
    description?: string;
    type: "boolean";
    value: boolean;
}

Properties

description?: string

The description of a primitive

type: "boolean"
value: boolean

The boolean value