Type alias UnsubscribeOptions

UnsubscribeOptions: {
    ignoreSupervision: boolean;
}

Optional setting to configure un-subscription

Type declaration

  • ignoreSupervision: boolean

    Whether to ignore removing subscription supervision (LGOS / LSVS). CAUTION: This might be resulting in a invalid SCL file.

Generated using TypeDoc