frontend/.pnpm-store/v3/files/46/2e9c67485cb2d03407a254b3730ca92275d5f9f68f39cfd04527ef4715759b52ceb6e5703394d4e7f83e5a7f70af7c15215905d580cf66e1cf6c12f7cf2fa4

5 lines
85 B
Plaintext

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