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

5 lines
84 B
TypeScript

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