ApiResult<T>: {
    data: T;
    message: string;
    status: "ok" | "error";
}

Type Parameters

  • T = any