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

5 lines
96 B
TypeScript

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