API Referencetype-aliasesProvableWithEmptyOn 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