Type Alias NullableProperty<T>

NullableProperty<T>: T | {
    isNull: boolean;
}

Type Parameters

  • T