import { GetStarTransactionsResponseSuccess } from './GetStarTransactionsResponseSuccess.generated'; import { GetStarTransactionsBadRequestResponse } from './GetStarTransactionsBadRequestResponse.generated'; import { GetStarTransactionsUnauthorizedResponse } from './GetStarTransactionsUnauthorizedResponse.generated'; import { GetStarTransactionsForbiddenResponse } from './GetStarTransactionsForbiddenResponse.generated'; import { GetStarTransactionsNotFoundResponse } from './GetStarTransactionsNotFoundResponse.generated'; import { GetStarTransactionsConflictResponse } from './GetStarTransactionsConflictResponse.generated'; import { GetStarTransactionsTooManyRequestsResponse } from './GetStarTransactionsTooManyRequestsResponse.generated'; import { GetStarTransactionsServerErrorResponse } from './GetStarTransactionsServerErrorResponse.generated'; import { GetStarTransactionsUnknownErrorResponse } from './GetStarTransactionsUnknownErrorResponse.generated'; export type GetStarTransactionsResponse = GetStarTransactionsResponseSuccess | GetStarTransactionsBadRequestResponse | GetStarTransactionsUnauthorizedResponse | GetStarTransactionsForbiddenResponse | GetStarTransactionsNotFoundResponse | GetStarTransactionsConflictResponse | GetStarTransactionsTooManyRequestsResponse | GetStarTransactionsServerErrorResponse | GetStarTransactionsUnknownErrorResponse;