File "modals.ts"
Full Path: /var/www/html/gitep_front/src/features/authentication/login/modals.ts
File size: 70 bytes
MIME-type: text/plain
Charset: utf-8
export interface LoginFields {
email: string;
password: string;
}