interface ContextInitialState {
    values: ContextPayload;
}

Properties

Properties

Represents the initial key/value pair of the context.