UNPKG

@smash-sdk/iam

Version:
4 lines (3 loc) 285 B
import { AttachTeamUserRoleOutput } from "./AttachTeamUserRole"; import { InvalidParameterError, NotFoundError, ConflictError } from "./AttachTeamUserRoleError"; export type AttachTeamUserRoleResponse = AttachTeamUserRoleOutput | InvalidParameterError | NotFoundError | ConflictError;