UNPKG

@smash-sdk/iam

Version:
4 lines (3 loc) 265 B
import { AttachUserRoleOutput } from "./AttachUserRole"; import { InvalidParameterError, NotFoundError, ConflictError } from "./AttachUserRoleError"; export type AttachUserRoleResponse = AttachUserRoleOutput | InvalidParameterError | NotFoundError | ConflictError;