mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 04:43:35 +00:00
Revert "split url and searchParams allow for post option"
This reverts commit 54ab8d4ffe.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { Subscription } from './Subscription.type.js';
|
||||
|
||||
type httpMethod = 'GET' | 'POST';
|
||||
export type HttpSubscriptionOptions = { url: string; options: string; enabled: boolean; method: httpMethod };
|
||||
export type HttpSubscriptionOptions = { message: string; enabled: boolean };
|
||||
export type HttpSubscription = Subscription<HttpSubscriptionOptions>;
|
||||
|
||||
export interface HttpSettings {
|
||||
|
||||
Reference in New Issue
Block a user