Interface UserState

Container type for user state data.

interface UserState {
    [key: string]: unknown;
}

Indexable

[key: string]: unknown