`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

Reply via email to