import { GetStickerSetResponseSuccess } from './GetStickerSetResponseSuccess.generated'; import { GetStickerSetBadRequestResponse } from './GetStickerSetBadRequestResponse.generated'; import { GetStickerSetUnauthorizedResponse } from './GetStickerSetUnauthorizedResponse.generated'; import { GetStickerSetForbiddenResponse } from './GetStickerSetForbiddenResponse.generated'; import { GetStickerSetNotFoundResponse } from './GetStickerSetNotFoundResponse.generated'; import { GetStickerSetConflictResponse } from './GetStickerSetConflictResponse.generated'; import { GetStickerSetTooManyRequestsResponse } from './GetStickerSetTooManyRequestsResponse.generated'; import { GetStickerSetServerErrorResponse } from './GetStickerSetServerErrorResponse.generated'; import { GetStickerSetUnknownErrorResponse } from './GetStickerSetUnknownErrorResponse.generated'; export type GetStickerSetResponse = GetStickerSetResponseSuccess | GetStickerSetBadRequestResponse | GetStickerSetUnauthorizedResponse | GetStickerSetForbiddenResponse | GetStickerSetNotFoundResponse | GetStickerSetConflictResponse | GetStickerSetTooManyRequestsResponse | GetStickerSetServerErrorResponse | GetStickerSetUnknownErrorResponse;