SelectReturn

Consists of the id and result of the select operation that was completed

alias SelectReturn = Tuple!(bool, "success", int, "id")

Meta