lfk-client-js/dist/models/GroupContactNotFoundError.d.ts

5 lines
96 B
TypeScript

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