@forge/events

2.0.152.0.15-experimental-e9a12c2
out/fifoQueue.d.ts
+out/fifoQueue.d.tsNew file
+7
Index: package/out/fifoQueue.d.ts
===================================================================
--- package/out/fifoQueue.d.ts
+++ package/out/fifoQueue.d.ts
@@ -0,0 +1,7 @@
+import { Queue } from './queue';
+export declare class FifoQueue extends Queue {
+    protected isFifo(): boolean;
+    protected validate(): void;
+    protected getEndpoint(): string;
+}
+//# sourceMappingURL=fifoQueue.d.ts.map
\ No newline at end of file