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