Type alias RawCachePair<Type>

RawCachePair<Type>: {
    key: Key;
    value: Type;
}

Type Parameters

  • Type

Type declaration

  • key: Key
  • value: Type

Generated using TypeDoc