WebhookBody
@rotorsoft/act-root / act-http/src/webhook / WebhookBody
Type Alias: WebhookBody
WebhookBody =
string| {[k:string]:unknown; } | readonlyunknown[]
Defined in: libs/act-http/src/webhook/types.ts:23
Plain-data body shape the helper accepts as a static value. Functions are deliberately excluded so the union with the resolver function is unambiguous at the call site (TypeScript can discriminate by shape).