iEmix
Context how it work?
export type AuthUser = {
id?: number
name?: string;
email?: string;
};
i want have c.get('user'); and c.set('user', authUser);
but i recive Argument type "user" is not assignable to parameter type keyof E["Variables"] and Argument type "user" is not assignable to parameter type keyof E["Variables"]
#context
2 replies