frontend/.pnpm-store/v3/files/e2/f1739a2442c33ad3c49b42cf71ea76a986b483571c9c0672c8420e1bee16a29324d80f61efd5c5532d78c9c9d3bf53aec92916f43ccf8c336a3f426411813c

5 lines
84 B
Plaintext

export type GroupContactNotFoundError = {
name: string;
message: string;
};