Delta-Pack - v0.2.9
    Preparing search index...

    Interface OptionalType

    interface OptionalType {
        type: "optional";
        value: PropertyType;
    }
    Index

    Properties

    Properties

    type: "optional"
    value: PropertyType