const data = await ps.execute() | ps.all() | ps.execute({ ph: 'ph'}) return type is unknown.'getAllAccounts' is of type 'unknown' | 'getAccount' is of type 'unknown' when trying to access the data.const getaAllAccounts: Account[] didn't work either...Type 'unknown' is not assignable to...).