Member Junction
    Preparing search index...

    JotForm wraps every successful payload in a content envelope.

    interface JotFormEnvelope<T> {
        content: T;
        message?: string;
        responseCode?: number;
    }

    Type Parameters

    • T
    Index

    Properties

    content: T
    message?: string
    responseCode?: number