Remove unused revision repository
This commit is contained in:
parent
4789e01aac
commit
0cedeaa959
7 changed files with 57 additions and 82 deletions
|
|
@ -24,8 +24,3 @@ export interface AppendedProjectRevision {
|
|||
revisionNumber: number;
|
||||
createdAtIso: string;
|
||||
}
|
||||
|
||||
export interface ProjectRevisionStore {
|
||||
getCurrentRevision(projectId: string): number | null;
|
||||
append(input: AppendProjectRevisionInput): AppendedProjectRevision;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue