The return type of the SQLite.select method.
This type is a record containing a FullId and an Object.
typedef FullIdWithValue = ({FullId id, Object value});