interface ItemsRequestDocType {
    docType: string;
    namespaces: ItemsRequestNamespace[];
}

Properties

Properties

docType: string
namespaces: ItemsRequestNamespace[]

Generated using TypeDoc