如视 Five SDK
    Preparing search index...

    Type Alias NetworkResponse<T, E>

    type NetworkResponse<
        T = any,
        E extends NetWorkMeta | NetWorkMeta[] = NetWorkMeta,
    > = {
        body: T;
        meta: E;
    }

    Type Parameters

    Index

    Properties

    Properties

    body: T
    meta: E