export interface SnapResult { code: number; msg: string; data: { absoluteFilePath: string; path: string; url: string; }; }