You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2024. It is now read-only.
Internally we have some useful things we could to the lib.
Reminder:
/** * @summary A type representing a query to a REST resource. * @description * For now this is just an empty object, but it will be * extended in the future. * Internally at 21Gram we have a lot of utility stuff hung * on this type, we just have to normalize & collect them. * @group Core API */exporttypeQuery<_Resource>={};