UNPKG

@smash-sdk/iam

Version:
4 lines (3 loc) 167 B
import { GetAccountOutput } from "./GetAccount"; import { NotFoundError } from "./GetAccountError"; export type GetAccountResponse = GetAccountOutput | NotFoundError;