UNPKG

@smash-sdk/iam

Version:
4 lines (3 loc) 239 B
import { DeleteGroupSCIMOutput } from "./DeleteGroupSCIM"; import { InvalidParameterError, NotFoundError } from "./DeleteGroupSCIMError"; export type DeleteGroupSCIMResponse = DeleteGroupSCIMOutput | InvalidParameterError | NotFoundError;