cambria
    Preparing search index...

    Interface Property

    interface Property {
        default?: any;
        items?: Property;
        name?: string;
        required?: boolean;
        type: any;
    }
    Index

    Properties

    default?: any
    items?: Property
    name?: string
    required?: boolean
    type: any