/**
* Represents a custom payload.
*
* @deprecated Please note that this interface is deprecated.
*
* @ignore
*/
export interfaceCustomPayload{
/**
* The payload content, which can be of any type.
*/
[key: string]: unknown;
}
//# sourceMappingURL=CustomPayload.d.ts.map