SinglePatch<T>: {
    set: T;
} | {
    setNull: boolean;
}

Type Parameters

  • T