Validation first Part
This commit is contained in:
@@ -277,3 +277,7 @@ export function emailToDirName(email: string): string {
|
||||
return normalizedEmail;
|
||||
}
|
||||
export const LISTINGS_PER_PAGE = 12;
|
||||
export interface ValidationMessage {
|
||||
field: string;
|
||||
message: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user