Files
2024-06-03 20:23:50 +05:30

9 lines
344 B
TypeScript

export type CreateMultipartSubscriptionOptions = {
fetch?: WindowOrWorkerGlobalScope["fetch"];
headers?: Record<string, string>;
};
export declare function generateOptionsForMultipartSubscription(headers: Record<string, string>): {
headers: Record<string, any>;
body?: string | undefined;
};
//# sourceMappingURL=shared.d.ts.map