UNPKG

@smash-sdk/iam

Version:
4 lines (3 loc) 199 B
import { GetTeamOutput } from "./GetTeam"; import { InvalidParameterError, NotFoundError } from "./GetTeamError"; export type GetTeamResponse = GetTeamOutput | InvalidParameterError | NotFoundError;