Portex SDK Documentation
    Preparing search index...

    Interface PortexResponseBody<T>

    interface PortexResponseBody<T> {
        ok: boolean;
        result: null | T;
        is_dev?: boolean;
        desc?: string;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    ok: boolean
    result: null | T
    is_dev?: boolean
    desc?: string