declare interface GETTemplateGetTemplateByIdResponseType { code: number; desc: string; message: string; data: Data; timestamp: string; } interface Data { tplId: string; tenant?: any; tplCode: string; tplName: string; tplType: string; author: string; content: string; status: string; description?: any; createdBy: string; modifiedBy: string; createdTime: string; modifyTime: string; projectCode: string; thumbnailImage: string; tenantIds?: any; checkButton: boolean; yuiaProjectCodes?: any; contentBytes?: any; projectName: string; sourceCustomVersion?: any; customVersion: string; id?: any; preview?: any; }