InstallationTemplate interface
表示安装模板。
属性详细信息
body
安装模板的正文。
body: string
属性值
string
headers
要包含模板发送的标头。
headers: Record<string, string>
属性值
Record<string, string>
tags
要包含模板的标记。
tags?: string[]
属性值
string[]