mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-18 12:37:02 +02:00
11 lines
160 B
JavaScript
11 lines
160 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
export const STANDARD_META = {
|
|
total: 2,
|
|
currentPage: 1,
|
|
pageSize: 100,
|
|
};
|