This repository has been archived on 2023-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
lfk-client-node/dist/models/UserNotFoundError.d.ts

5 lines
76 B
TypeScript
Raw Normal View History

2023-02-02 09:47:35 +00:00
export type UserNotFoundError = {
2020-12-13 18:49:21 +00:00
name: string;
message: string;
};