Type Alias DeleteScriptByHashData

DeleteScriptByHashData: {
    hash: string;
    workspace: string;
}