Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / ZIP_OUTPUT_TYPE

Type Alias: ZIP_OUTPUT_TYPE

ZIP_OUTPUT_TYPE = `${OutputType}`

Defined in: src/enums.ts:11

Output-type name accepted by the zip/write layer. Derived from the OutputType enum (see below) so the two never drift: adding a member to the enum extends this union automatically.