UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

10 lines 270 B
import type { ObjectFields } from './ObjectFields'; import type { Paging } from './Paging'; export type ObjectFieldsPage = { /** * A page of objects. */ results: Array<ObjectFields>; paging: Paging; }; //# sourceMappingURL=ObjectFieldsPage.d.ts.map