Skip to content

uni-flow 公开 API(中文注解)


uni-flow 公开 API(中文注解) / SnapshotMeta

Interface: SnapshotMeta

Defined in: layer4/types.ts:60

检查点列表项的元信息(id / run / 时间戳)。

Properties

runId

runId: string

Defined in: layer4/types.ts:62


snapshotId

snapshotId: string

Defined in: layer4/types.ts:61


timestamp

timestamp: number

Defined in: layer4/types.ts:63

MIT Licensed