5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
export type GroupContactNotFoundError = {
|
|
name: string;
|
|
message: string;
|
|
};
|