nullable-number.interface.ts 44 Bytes
Newer Older
Trần Anh Phú's avatar
Trần Anh Phú committed
1
export type NullableNumber = number | null;