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