LmnErrorMessages
No documentation has been provided.
Presentation
type LmnErrorMessages = Record<
string,
((args?: any) => string) | string | Signal <string>
>;
No documentation has been provided.
type LmnErrorMessages = Record<
string,
((args?: any) => string) | string | Signal <string>
>;