UNPKG

@starknet-io/types-js

Version:

Shared TypeScript definitions for Starknet projects

5 lines 183 B
export declare const Permission: { readonly ACCOUNTS: "accounts"; }; export type Permission = (typeof Permission)[keyof typeof Permission]; //# sourceMappingURL=constants.d.ts.map