Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface MiniAppReturnData

    interface MiniAppReturnData {
        data: Record<string, unknown>;
        flowContext: string;
        result: "error" | "completed" | "cancelled";
        returnMessage?: string;
        stateKey: string;
        type: "miniapp_return";
    }
    Index

    Properties

    data: Record<string, unknown>
    flowContext: string
    result: "error" | "completed" | "cancelled"
    returnMessage?: string
    stateKey: string
    type: "miniapp_return"