I have defined two interface like this:
interface
interface SignInCleanResponse { type: string; payload: { action: string; } } interface SignInE