Documentation
    Preparing search index...

    Type Alias Option<T>

    Option: null | { value: T }

    A type representing a value that may be null.

    Type Parameters

    • T

      The type of the value to contain.