Describe snapshot source revisions
This commit is contained in:
parent
602ae6da0b
commit
dcb303284c
10 changed files with 246 additions and 27 deletions
|
|
@ -47,6 +47,10 @@ export interface ProjectHistoryStore {
|
|||
listRevisions(
|
||||
input: ListProjectRevisionsInput
|
||||
): ProjectRevisionPage | null;
|
||||
listRevisionsByNumbers(
|
||||
projectId: string,
|
||||
revisionNumbers: number[]
|
||||
): ProjectRevisionSummary[];
|
||||
getNextCommand(
|
||||
projectId: string,
|
||||
direction: ProjectHistoryDirection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue