interface INullOnly {
    default?: null;
    deprecated?: boolean;
    description?: string;
    example?: any;
    examples?: any[];
    title?: string;
    type: "null";
}

Hierarchy (View Summary)

Properties

default?: null
deprecated?: boolean
description?: string
example?: any
examples?: any[]
title?: string
type: "null"