UNPKG

@signumjs/core

Version:

Principal package with functions and models for building Signum Network applications.

9 lines (8 loc) 221 B
/** @ignore */ /** @internal */ interface AttachmentField { type: string; parameterName?: string; } export declare function getAttachmentFields(version: number, requestType: string): AttachmentField[]; export {};