Schema for information about a design document.

interface DesignDocumentInformation {
    name: string;
    view_index: DesignDocumentViewIndex;
}

Properties

Properties

name: string

name.

View index information.

Generated using TypeDoc