frontend/.pnpm-store/v3/files/8c/77f9ad45bf7cedb892ee3c21475d058d860fa4840a158e56f2ab50227cb2468ee9a2b28604cc27bbc74bb5223056a8ee37ae1b145fc6c4d8a2f4323699f3c9

5 lines
98 B
Plaintext

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