An easy-to-host PDS on the ATProtocol, MacOS. Grandma-approved.

fix(identity-wallet): add index signature to CreateAccountParams for proper Tauri invoke typing

authored by malpercio.dev and committed by

Tangled a47d75e8 83f0818d

+1 -1
+1 -1
apps/identity-wallet/src/lib/ipc.ts
··· 5 5 6 6 // ── create_account ────────────────────────────────────────────────────────── 7 7 8 - export interface CreateAccountParams { 8 + export interface CreateAccountParams extends Record<string, unknown> { 9 9 claimCode: string; 10 10 email: string; 11 11 handle: string;