### Problem Description The initial value of state is null, and the type is user ### Proposed Solution <!-- Describe the solution you'd like in a clear and concise manner --> ### Alternatives Considered <!-- A clear and concise description of any alternative solutions or features you've considered. --> ### Additional Information `interface User { id: number; name: string; } export default { state: undefined, }`