import { GetTeamReceiptFileOutput } from "./GetTeamReceiptFile"; import { InvalidParameterError, NotFoundError, ForbiddenError } from "./GetTeamReceiptFileError"; export type GetTeamReceiptFileResponse = GetTeamReceiptFileOutput | InvalidParameterError | NotFoundError | ForbiddenError;