Type Alias: ClearByollmResult
type ClearByollmResult = object;Defined in: packages/sdk/src/index.ts:663
clearByollm() result. Idempotent: cleared: false when there was
nothing stored, so retrying scripts don’t have to special-case it.
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
cleared |
boolean |
packages/sdk/src/index.ts:663 |
ok |
true |
packages/sdk/src/index.ts:663 |