Home > @websublime/schema > Maybe
One of the values
Signature:
export declare type Maybe<T> = T | null | undefined;