Result of getValues with pagination metadata.

Hierarchy

  • GetValuesResult

Properties

Properties

data: {
    key: string;
    value: unknown;
}[]

Key-value entries for the current page.

pagination: {
    offset: number;
    total: number;
}

Type declaration

  • offset: number
  • total: number