UNPKG

@event-inc/pipelines

Version:

Event Inc is a fully managed event bus lets you send and receive data across mission-critical cloud apps, databases and warehouses.

8 lines (7 loc) 186 B
import { ValidAccessKey } from '@event-inc/types'; export const getHeaders = (secret: string) => { return { 'X-Buildable-Secret': secret, 'Content-Type': 'application/json', }; };