/*********************************************************************************************************************** * This file is auto-generated. If you have an issue, please create a GitHub issue. * ***********************************************************************************************************************/ import Base, { ResourcePath } from '../../base-rest-resource'; import { SessionInterface } from '../../auth/session/types'; import { ApiVersion } from '../../base-types'; interface DeleteArgs { session: SessionInterface; id: number | string; dispute_id?: number | string | null; } export declare class DisputeFileUpload extends Base { static API_VERSION: ApiVersion; protected static NAME: string; protected static PLURAL_NAME: string; protected static HAS_ONE: { [key: string]: typeof Base; }; protected static HAS_MANY: { [key: string]: typeof Base; }; protected static PATHS: ResourcePath[]; static delete({ session, id, dispute_id }: DeleteArgs): Promise; dispute_evidence_id: number | null; dispute_evidence_type: string | null; file_size: number | null; file_type: string | null; filename: string | null; id: number | null; original_filename: string | null; shop_id: number | null; url: string | null; } export {}; //# sourceMappingURL=dispute_file_upload.d.ts.map