API Referencetype-aliasesProvableWithEmptyVersion: 2.15.0On this pageProvableWithEmptytype ProvableWithEmpty<T, TValue> = Provable<T, TValue> & { empty: () => T;}; Defined in: lib/provable/types/provable-intf.ts:118 Type Declaration empty empty: () => T; Returns T Type Parameters T T TValue TValue = any