lfk-client-js/dist/models/PrincipalNotFoundError.d.ts
Nicolai Ort 7d6de0936f
All checks were successful
continuous-integration/drone Build is passing
new lib version [CI SKIP]
2021-01-03 18:16:00 +00:00

5 lines
89 B
TypeScript

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