UNPKG

@smash-sdk/iam

Version:
4 lines (3 loc) 162 B
import { RotateKeyOutput } from "./RotateKey"; import { NotFoundError } from "./RotateKeyError"; export type RotateKeyResponse = RotateKeyOutput | NotFoundError;