UNPKG

@doczilla/node

Version:
12 lines (10 loc) 318 B
/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type StorageOptions = { /** * Pre-signed url to upload the generated pdf/screenshot to. Should include the scheme, e.g. `https://` */ preSignedUrl: string; };