@ccw-api/api
    Preparing search index...

    Type Alias ApiResponse<T>

    type ApiResponse<T> = {
        body: T;
        code: string;
        msg: string;
        status: number;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    body: T
    code: string
    msg: string
    status: number