Home > @theweave/api > AppletInfo
AppletInfo type
Signature:
typescript
export type AppletInfo = {
appletBundleId: ActionHash;
appletName: string;
appletIcon: string;
groupsHashes: Array<DnaHash>;
};