Interface DeputyKeyvalStore

General key-value store. Used for storing single-variable data (currently active case, etc.)

Hierarchy

  • DeputyKeyvalStore

Properties

Properties

key: string
value: {
    key: string;
    value: any;
}

Type declaration

  • key: string
  • value: any

Generated using TypeDoc