Function: withExtended()
withExtended<
Docs>(client):ExtendedFrappeClient<Docs>
Defined in: packages/client/src/extended.ts:44
Attaches the extended tier onto an existing core FrappeClient, sharing the same transport,
auth, and config — no second network client is created.
Type Parameters
Docs
Docs extends object = object
Parameters
client
FrappeClient<Docs>
Returns
ExtendedFrappeClient<Docs>