IEncodedValue.d.ts 79 B

1234
  1. export interface IEncodedValue {
  2. encodedValue: string;
  3. key?: string;
  4. }