UNPKG

@smash-sdk/iam

Version:
4 lines (3 loc) 219 B
import { CreateGroupOutput } from "./CreateGroup"; import { InvalidParameterError, ConflictError } from "./CreateGroupError"; export type CreateGroupResponse = CreateGroupOutput | InvalidParameterError | ConflictError;