forked from jappel/leistungsbilanz-ts
Restore named project snapshots
This commit is contained in:
parent
7c670fece3
commit
384a5769ab
25 changed files with 1315 additions and 206 deletions
|
|
@ -8,3 +8,9 @@ export const createNamedProjectSnapshotSchema = z
|
|||
description: z.string().trim().max(500).optional(),
|
||||
})
|
||||
.strict();
|
||||
|
||||
export const restoreProjectSnapshotSchema = z
|
||||
.object({
|
||||
expectedRevision: expectedProjectRevisionSchema,
|
||||
})
|
||||
.strict();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue