Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRestashState<S, U>

Restash store state.

Type parameters

  • S: Record<string, unknown>

  • U: string

Hierarchy

  • IRestashState

Index

Properties

Properties

data: S

The current data store state.

status?: U

The current status.

Generated using TypeDoc