import type { Status } from '../schemas/Status'; export interface MetadataValuesResponseResponse { data: string[]; status: Status; }