Skip to content

Home > @theweave/api > AppletClients

AppletClients type

Signature:

typescript
export type AppletClients = {
    appletClient: AppClient;
    profilesClient: ProfilesClient;
};