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
We currently build the entire module tree and pages from either PullSchema or GetModules we should create dedicated types and requests for our console needs as part of our console BFF.
We already have a few types like this, so we'll likely just need to add the additional decl types we show on the console.
We currently build the entire module tree and pages from either
PullSchema
orGetModules
we should create dedicated types and requests for our console needs as part of our console BFF.We already have a few types like this, so we'll likely just need to add the additional decl types we show on the console.
We'll also want dedicated requests for each of these:
Then we can create dedicated
use<Delc>()
hooks in ourapi
package to be used by the<Decl>Page.tsx
components.The text was updated successfully, but these errors were encountered: