lfk-client-js/dist/models/PasswordTooShortError.d.ts
Nicolai Ort dd8911be62
All checks were successful
continuous-integration/drone Build is passing
🚀New lib version v0.9.0 [CI SKIP]
2021-03-26 20:41:16 +00:00

5 lines
88 B
TypeScript

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