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