UNPKG

@smash-sdk/iam

Version:
4 lines (3 loc) 224 B
import { GetGroupSCIMOutput } from "./GetGroupSCIM"; import { InvalidParameterError, NotFoundError } from "./GetGroupSCIMError"; export type GetGroupSCIMResponse = GetGroupSCIMOutput | InvalidParameterError | NotFoundError;