Files
lfk-client-js/dist/models/UserGroupNotFoundError.d.ts
2020-12-30 18:01:24 +00:00

5 lines
89 B
TypeScript

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