UNPKG

@smash-sdk/iam

Version:
4 lines (3 loc) 234 B
import { DetachUserRoleOutput } from "./DetachUserRole"; import { InvalidParameterError, NotFoundError } from "./DetachUserRoleError"; export type DetachUserRoleResponse = DetachUserRoleOutput | InvalidParameterError | NotFoundError;