Interface UploadOptions

options for getting responses

interface UploadOptions {
    parent?: string;
    verify?: boolean;
}

Hierarchy (view full)

Properties

Properties

parent?: string

an optional parent id to set when uploading

verify?: boolean

whether to verify the types of the response

Omitting will make the results always work, but they might nit return accurate types anymore.