UNPKG

@make-software/csprclick-core-types

Version:

Typescript definitions for CSPR.click core packages

11 lines (10 loc) 252 B
export type ACTIONS = string; export declare const ACTIONS: { CONNECT: string; DISCONNECT: string; SIGN_IN: string; SIGN_OUT: string; SWITCH_ACCOUNT: string; CHANGE_ACCOUNT_CONFIRMATION: string; SIGN_TRANSACTION: string; };