import { ApiDomain } from "../../../types/domain"; export interface StargateDomainInfoResponse { domain: ApiDomain; }