Interface SerializedProvider

interface SerializedProvider {
    completeProvider?: boolean;
    exceptions?: string[];
    forceRedirection?: boolean;
    rawRules?: string[];
    redirections?: string[];
    referralMarketing?: string[];
    rules?: string[];
    urlPattern: string;
}

Properties

completeProvider?: boolean
exceptions?: string[]
forceRedirection?: boolean
rawRules?: string[]
redirections?: string[]
referralMarketing?: string[]
rules?: string[]
urlPattern: string