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

5 lines
80 B
TypeScript

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