Type alias PublishOptions

PublishOptions: {
    [k: string]: string | number | boolean | undefined;
}

Optional parameters for message publishing.

Type declaration

  • [k: string]: string | number | boolean | undefined

Generated using TypeDoc