@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
10 lines (9 loc) • 320 B
TypeScript
export declare enum QrSwissPaymentSeparator {
DottedLine = "dottedLine",
DashedLineWithScissors = "dashedLineWithScissors",
SolidLine = "solidLine",
DashedLine = "dashedLine",
DottedLineWithScissors = "dottedLineWithScissors",
None = "none",
SolidLineWithScissors = "solidLineWithScissors"
}