UNPKG

@featurevisor/types

Version:

Common Typescript types for Featurevisor

6 lines (4 loc) 134 B
import type { AttributeKey, AttributeValue } from "./attribute"; export interface Context { [key: AttributeKey]: AttributeValue; }