React Design Patterns Documentation - v0.0.3
    Preparing search index...
    • Returns Promise<
          NextResponse<
              {
                  data: { id: number; title: string; body: string; timestamp: string }[];
                  meta: {
                      timestamp: string;
                      cache: { control: null | string; status: null | string };
                  };
              },
          >,
      >