UNPKG

@chain-registry/types

Version:
12 lines (11 loc) 215 B
export interface MemoKeys { $schema?: string; memoKeys: { key: string; description: string; gitRepo: string; memo: { [key: string]: unknown; }; }[]; }