declare interface GETTemplateGetTplInfoByProjectCodeResponseType { code: number; desc: string; message: string; data: any[]; timestamp: string; }