@doczilla/node
Version:
Doczilla API wrapper
12 lines (10 loc) • 318 B
text/typescript
/* 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;
};