Skip to main content
Version: Current

foundation-filters.urltargetingparams

Home > @genesislcap/foundation-filters > URLTargetingParams

URLTargetingParams type

URLTargetingParams

Signature:

export type URLTargetingParams = {
readonly url?: string;
readonly pattern?: RegExp;
readonly schemes?: string[];
readonly hosts?: string[];
readonly paths?: string[];
};

Example

{
"schemes": ["https"],
"hosts": ["neptx.genesislab.global", "neptune-uat2-axes-server2"]
}