UNPKG

@smash-sdk/iam

Version:
4 lines (3 loc) 182 B
import { DeleteAccountOutput } from "./DeleteAccount"; import { NotFoundError } from "./DeleteAccountError"; export type DeleteAccountResponse = DeleteAccountOutput | NotFoundError;