UNPKG

@smash-sdk/iam

Version:
4 lines (3 loc) 290 B
import { AttachTeamGroupUserOutput } from "./AttachTeamGroupUser"; import { InvalidParameterError, NotFoundError, ConflictError } from "./AttachTeamGroupUserError"; export type AttachTeamGroupUserResponse = AttachTeamGroupUserOutput | InvalidParameterError | NotFoundError | ConflictError;