import type { Registry } from '../schemas/Registry'; import type { Status } from '../schemas/Status'; export interface RegistryResponseResponse { data: Registry; status: Status; }