import type { PageInfoV3 } from '../schemas/PageInfoV3'; export interface ListMetadataKeysResponseBodyV3 extends PageInfoV3 { items: string[]; }