@follow-app/client-sdk
Version:
TypeScript client SDK for Follow RSS Server API
10 lines (6 loc) • 322 B
text/typescript
import type { StatusConfigs } from "@folo-services/shared"
import type { StructuredSuccessResponse } from "../../types"
// Response types
export type GetStatusConfigsResponse = StructuredSuccessResponse<StatusConfigs>
// Re-export shared types for convenience
export type { StatusConfigs } from "@folo-services/shared"