UNPKG

@lukso/lsp2-contracts

Version:
12 lines (10 loc) 193 B
type Verification = { method: string; data: string; source?: string; }; type LSP2ArrayKey = { length: string; index: string; }; export type { LSP2ArrayKey, Verification };