lfk-client-js/dist/models/PrincipalNotFoundError.d.ts
2023-02-02 09:42:58 +00:00

5 lines
81 B
TypeScript

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