interface ContextProps {
    initialState?: ContextInitialState;
}

Properties

Properties

initialState?: ContextInitialState

Represents the initial state of the context. If provided, it should adhere to the structure defined by the ContextInitialState interface.