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

5 lines
94 B
TypeScript

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