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