Record
create-dispatch-event-params
No description available.
record create-dispatch-event-params {
owner: string,
repo: string,
client-payload: option<create-dispatch-event-body-client-payload>,
event-type: string,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| client-payload | option<create-dispatch-event-body-client-payload> | |
| event-type | string |