AutoBE
Preparing search index...
@autobe/interface
AutoBeCheckpointPersistence
Interface AutoBeCheckpointPersistence
interface
AutoBeCheckpointPersistence
{
prune
:
(
scope
:
AutoBeCheckpointPruneScope
)
=>
void
|
Promise
<
void
>
;
upsert
:
(
history
:
AutoBeAnalyzeRunCheckpointHistory
,
)
=>
void
|
Promise
<
void
>
;
}
Index
Properties
prune
upsert
Properties
prune
prune
:
(
scope
:
AutoBeCheckpointPruneScope
)
=>
void
|
Promise
<
void
>
upsert
upsert
:
(
history
:
AutoBeAnalyzeRunCheckpointHistory
)
=>
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
prune
upsert
AutoBE
Loading...