hashbrown

FromJsonAstCache

API

export type FromJsonAstCache = {
  byNodeId:  Record <
    number,
     JsonResolvedValue 
  >;
  byNodeIdAndSchemaId:  Record <
    string,
     JsonResolvedValue 
  >;
};