UNPKG

@smash-sdk/iam

Version:
4 lines (3 loc) 199 B
import { GetRoleOutput } from "./GetRole"; import { InvalidParameterError, NotFoundError } from "./GetRoleError"; export type GetRoleResponse = GetRoleOutput | InvalidParameterError | NotFoundError;