Home > @theweave/api > ZomeCallLogInfo
ZomeCallLogInfo type
Signature:
typescript
export type ZomeCallLogInfo = {
fnName: string;
installedAppId: InstalledAppId;
durationMs: number;
};