@wpkernel/core / ResourceRequestEvent
Type Alias: ResourceRequestEvent
ts
type ResourceRequestEvent = object;Event payload for wpk.resource.request
Properties
method
ts
method: HttpMethod;HTTP method
path
ts
path: string;Request path
requestId
ts
requestId: string;Request ID for correlation
timestamp
ts
timestamp: number;Timestamp when request started
query?
ts
optional query: Record<string, unknown>;Query parameters (if any)
