@ksaitor·FollowJun 28, 2021--1ListenSharewhere you able to globally declare types for `sails` ?i tried adding a sails.d.ts file with the following, but it didnt work during runtime.```declare var sails: Sails.GlobalSailsApplication;```