ЕВ
export interface RspResponseInterface {
success: boolean;
data: RspInterface[] | undefined;
}?success: boolean;
data: RspInterface[] | null;
}
Size: a a a
ЕВ
export interface RspResponseInterface {
success: boolean;
data: RspInterface[] | undefined;
}?S
S
ЕВ
export interface RspResponseInterface {
success: boolean;
data: RspInterface[] | undefined;
}?export interface RspResponseInterface {
success: boolean;
data: RspInterface[] ;
}Б
BB
В
Б
OP
В
Б
Б
Б
В
В
BB
BB
В
Б
null is a primitive value that represents the intentional absence of any object value.