UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

7 lines (6 loc) 232 B
import { ErrorExceptionResultBase } from './errorExceptionResultBase'; export declare class ErrorExceptionResultExportFile extends ErrorExceptionResultBase { status: number; isSuccess: boolean; linkFile: string; }