Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 533 Bytes

labelfiletypeenum.md

File metadata and controls

18 lines (12 loc) · 533 Bytes

LabelFileTypeEnum

Print format of the label. If empty, will use the default format set from the Shippo dashboard.

Example Usage

import { LabelFileTypeEnum } from "shippo/models/components";

let value: LabelFileTypeEnum = "PDF_4x6";

Values

"PNG" | "PNG_2.3x7.5" | "PDF" | "PDF_2.3x7.5" | "PDF_4x6" | "PDF_4x8" | "PDF_A4" | "PDF_A5" | "PDF_A6" | "ZPLII"