fabriquedoc-backend/DocumentSpecs.py
2023-05-17 15:53:44 -04:00

16 lines
280 B
Python

from pydantic import BaseModel
class DocumentSpecs(BaseModel):
format: str
style: str
linkcolor: str
tocdepth: int
pdfengine: str
content: str
fontsize: int
paperwidth: int
paperheight: int
margin: int
vmargin: int
extension: str