inngest
Version:
Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.
12 lines • 326 B
TypeScript
//#region src/helpers/marker.d.ts
/**
* Property name used to stamp SDK-internal metadata onto objects. The tilde
* prefix signals "internal, don't touch."
*/
declare const markerKey: "~inngest";
type Marker = {
kind?: "deferredFunction";
};
//#endregion
export { Marker, markerKey };
//# sourceMappingURL=marker.d.ts.map