UNPKG

@signnow/api-client

Version:
12 lines (11 loc) 337 B
import { BaseClass } from '../../../types/baseClass'; export declare class FolderGet implements BaseClass { private queryParams; getPayload(): null; getMethod(): string; getUrl(): string; getAuthMethod(): string; getContentType(): string; getQueryParams(): Record<string, string>; getUriParams(): null; }