UNPKG

@nestjstools/messaging-google-pubsub-extension

Version:
12 lines (11 loc) 359 B
import { MessageOptions } from '@nestjstools/messaging'; export declare class GooglePubSubMessageOptions implements MessageOptions { readonly attributes: { [key: string]: string; }; readonly middlewares: any[]; readonly avoidErrorsWhenNotExistedHandler: boolean; constructor(attributes?: { [key: string]: string; }); }