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/PermissionNotFoundError.d.ts

5 lines
82 B
TypeScript
Raw Normal View History

2023-02-02 09:47:35 +00:00
export type PermissionNotFoundError = {
2021-01-03 18:16:14 +00:00
name: string;
message: string;
};