UNPKG

@smash-sdk/iam

Version:
4 lines (3 loc) 204 B
import { GetGroupOutput } from "./GetGroup"; import { InvalidParameterError, NotFoundError } from "./GetGroupError"; export type GetGroupResponse = GetGroupOutput | InvalidParameterError | NotFoundError;