@beamimpact/web-sdk
Version:
The Beam SDK enables brands to connect with their customers over shared values, not transactional discounts, to build stronger loyalty. Our integration achieves this by allowing customers to (a) choose a nonprofit where the brand will donate part of their
16 lines (12 loc) • 458 B
TypeScript
import { p as paths } from './openapi-spec-Bk7E2QQP.esm.js';
type PostLogsReq = paths["/logs"]["post"]["requestBody"]["content"]["application/json"];
interface SendLogConfig {
apiKey: string;
baseUrl?: string;
}
declare function sendLog(config: SendLogConfig, payload: PostLogsReq): Promise<void>;
declare const index_sendLog: typeof sendLog;
declare namespace index {
export { index_sendLog as sendLog };
}
export { index as i, sendLog as s };