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

5 lines
90 B
TypeScript

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