UNPKG

@smash-sdk/domain

Version:
4 lines (3 loc) 209 B
import { GetDomainOutput } from "./GetDomain"; import { InvalidParameterError, NotFoundError } from "./GetDomainError"; export type GetDomainResponse = GetDomainOutput | InvalidParameterError | NotFoundError;