Interface TypeDescriptions

interface TypeDescriptions {
    typeIdentifier?: null | string;
    typeString?: null | string;
}

Properties

typeIdentifier?: null | string
typeString?: null | string