Type Alias UpdateScriptHistoryData
UpdateScriptHistoryData: {
hash: string;
path: string;
requestBody: {
deployment_msg?: string;
};
workspace: string;
}
Type declaration
hash: string
path: string
requestBody: {
deployment_msg?: string;
}
Optional
deployment_msg?: string
workspace: string
Script deployment message