kkrpc
    Preparing search index...

    Interface Response<T>

    interface Response<T = any> {
        error?: string;
        result?: T;
    }

    Type Parameters

    • T = any
    Index

    Properties

    Properties

    error?: string
    result?: T