Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
MessageSendRequest
Interface MessageSendRequest<Body>
interface
MessageSendRequest
<
Body
>
{
body
:
Body
;
contentType
?:
QueueContentType
;
delaySeconds
?:
number
;
}
Type Parameters
Body
=
unknown
Index
Properties
body
content
Type?
delay
Seconds?
Properties
body
body
:
Body
Optional
content
Type
content
Type
?:
QueueContentType
Optional
delay
Seconds
delay
Seconds
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
body
content
Type
delay
Seconds
@cloudflare/workers-types
Loading...