`type EntryFunctionPayload*[ScriptArgs: tuple] = object moduleid* : ModuleId function* : string type_arguments* : seq[string] ## tuple of TypeTags ## TODO :: check if error occurs here arguments* : ScriptArgs `
Run
`type EntryFunctionPayload*[ScriptArgs: tuple] = object moduleid* : ModuleId function* : string type_arguments* : seq[string] ## tuple of TypeTags ## TODO :: check if error occurs here arguments* : ScriptArgs `
Run