decentralised sync engine
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: normalise imports

we should really get around to having a proper imports sorter lmao

serenity 64b6269d e5815ad5

+1 -1
+1 -1
src/lib/types/http/responses.ts
··· 1 - import z from "zod"; 2 1 import { httpResponseErrorInfoSchema } from "@/lib/types/http/errors"; 2 + import { z } from "zod"; 3 3 4 4 export const HttpResponseStatusType = { 5 5 SUCCESS: "success",