0👍
Obviously, I forgot to prepend interface forUserLoginRequestI with "export".
store.ts
export interface UserLoginRequestI {
emailOrUsername?: string;
password?: string;
}
Source:stackexchange.com
0👍
Obviously, I forgot to prepend interface forUserLoginRequestI with "export".
store.ts
export interface UserLoginRequestI {
emailOrUsername?: string;
password?: string;
}