Umi — API References - v1.3.0
    Preparing search index...

    Type Alias None

    Represents an option of type T that has no value.

    Option

    type None = {
        __option: "None";
    }
    Index

    Properties

    Properties

    __option: "None"