lfk-client-js/dist/models/GroupContactIdsNotMatchingError.d.ts
2023-02-02 09:42:58 +00:00

5 lines
90 B
TypeScript

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