Maybe type

Signature:

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