UNPKG

@follow-app/client-sdk

Version:

TypeScript client SDK for Follow RSS Server API

11 lines (8 loc) 218 B
import type { SuccessResponse } from "../../types" // Request types export interface ExportDataRequest { format?: string type?: string } // Response types export type ExportDataResponse = SuccessResponse<string>