@sprucelabs/mercury-client
Version:
The simple way to interact with the Spruce Experience Platform
23 lines (22 loc) • 438 B
TypeScript
declare const _default: {
id: string;
name: string;
description: string;
fields: {
eventName: {
type: "text";
isRequired: true;
};
timeoutMs: {
type: "number";
isRequired: true;
};
isConnected: {
type: "boolean";
};
totalRetries: {
type: "number";
};
};
};
export default _default;