/** * This is auto-generated file, don't modify this file manually */ import { BaseError } from '../base/BaseError'; import { PrettyCardsPrettyCard } from './PrettyCardsPrettyCard'; export declare type PrettyCardsPrettyCardOrError = PrettyCardsPrettyCard | BaseError;