Stratal API Reference
    Preparing search index...

    Interface QueueNames

    Augmentable interface for queue names.

    Applications extend this interface via module augmentation to define their queue names. The keys become the valid queue name union type.

    // In your application's type declarations
    declare module 'stratal' {
    interface QueueNames {
    'notifications-queue': true
    'batch-notifications-queue': true
    }
    }