Home > @websublime/schema > Maybe

Maybe type

One of the values

Signature:

export declare type Maybe<T> = T | null | undefined;