sealday
3e58c54aa8
Co-authored-by: hello@lv <2256334253@qq.com> Co-authored-by: wjh <wwwjh0710@163.com> Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#719
7 lines
119 B
TypeScript
7 lines
119 B
TypeScript
export interface RecordPdfOptions {
|
|
isDouble: number;
|
|
printSetup: String;
|
|
margingTop: number;
|
|
paper: string;
|
|
}
|