interface IBoolean {
    default?: null | boolean;
    deprecated?: boolean;
    description?: string;
    enum?: (null | boolean)[];
    example?: any;
    examples?: any[];
    title?: string;
    type: "boolean";
    "x-nullable"?: boolean;
}

Hierarchy (View Summary)

Properties

default?: null | boolean
deprecated?: boolean
description?: string
enum?: (null | boolean)[]
example?: any
examples?: any[]
title?: string
type: "boolean"
"x-nullable"?: boolean