UNPKG

@holochain/client

Version:

A JavaScript client for the Holochain Conductor API

9 lines (8 loc) 232 B
/** * @public */ export var GrantedFunctionsType; (function (GrantedFunctionsType) { GrantedFunctionsType["All"] = "All"; GrantedFunctionsType["Listed"] = "Listed"; })(GrantedFunctionsType || (GrantedFunctionsType = {}));