forked from jappel/leistungsbilanz-ts
Add Revit initial import planning
This commit is contained in:
parent
c634570018
commit
c9e5fdd876
10 changed files with 345 additions and 4 deletions
|
|
@ -13,3 +13,5 @@ export const previewExternalCsvSchema = z
|
|||
contentBase64: z.string().min(1).max(24_000_000),
|
||||
})
|
||||
.strict();
|
||||
|
||||
export const planExternalInitialImportSchema = previewExternalCsvSchema;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue