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

5 lines
99 B
TypeScript

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