UNPKG

@dfinity/oisy-wallet-signer

Version:

A library designed to facilitate communication between a dApp and the OISY Wallet on the Internet Computer.

8 lines (7 loc) 242 B
import * as z from 'zod'; declare const NotifySchema: z.ZodObject<{ id: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodNull]>; origin: z.ZodString; }, z.core.$strip>; export type Notify = z.infer<typeof NotifySchema>; export {};