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

5 lines
89 B
TypeScript

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