4 lines
55 B
Plaintext
4 lines
55 B
Plaintext
export type ResponseEmpty = {
|
|
response: string;
|
|
};
|
export type ResponseEmpty = {
|
|
response: string;
|
|
};
|