UNPKG
@starknet-io/types-js
Version:
alpha (0.7.8-alpha.1)
beta (0.9.0-beta.2)
latest (0.8.4)
0.9.0-beta.2
0.9.0-beta.1
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.8.0-beta.11
0.8.0-beta.10
0.8.0-beta.9
0.8.0-beta.8
0.8.0-beta.7
0.8.0-beta.6
0.8.0-beta.5
0.8.0-beta.4
0.8.0-beta.3
0.8.0-beta.2
0.8.0-beta.1
0.7.10
0.7.9
0.7.8
0.7.8-alpha.1
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
Shared TypeScript definitions for Starknet projects
github.com/starknet-io/types-js
@starknet-io/types-js
/
dist
/
types
/
wallet-api
/
constants.d.ts
5 lines
•
183 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
Permission
: {
readonly
ACCOUNTS
:
"accounts"
; };
export
type
Permission
= (
typeof
Permission
)[keyof
typeof
Permission
];
//# sourceMappingURL=constants.d.ts.map