HarnessSnapshotCreator
Generated by TypeDoc. Do not edit this page directly.
Interface: HarnessSnapshotCreator
Section titled “Interface: HarnessSnapshotCreator”Defined in: packages/core/src/runtime/types/snapshots.ts:33
Extended by
Section titled “Extended by”Methods
Section titled “Methods”create()
Section titled “create()”create(input?): Promise<HarnessSnapshot>;Defined in: packages/core/src/runtime/types/snapshots.ts:34
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
input? | HarnessSnapshotInput |
Returns
Section titled “Returns”Promise<HarnessSnapshot>