Type Alias NullableSinglePatchString

NullableSinglePatchString: {
    set: string;
} | {
    setNull: true;
}