@workers-community/workers-types 4.20250826.0 → 4.20250828.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -0
- package/index.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
package/index.ts
CHANGED
|
@@ -7968,6 +7968,7 @@ export declare namespace TailStream {
|
|
|
7968
7968
|
}
|
|
7969
7969
|
interface Onset {
|
|
7970
7970
|
readonly type: "onset";
|
|
7971
|
+
readonly attributes: Attribute[];
|
|
7971
7972
|
readonly dispatchNamespace?: string;
|
|
7972
7973
|
readonly entrypoint?: string;
|
|
7973
7974
|
readonly executionModel: string;
|