PostHogFetchResponse

Example values

Node.js
{
status: number;
text: () => Promise<string>;
json: () => Promise<any>;
}

Community questions

Was this page useful?