devowl-wp
    Preparing search index...
    type ServiceTechnicalDefinition = {
        duration?: number;
        durationUnit?: "s" | "m" | "h" | "d" | "mo" | "y";
        host: string;
        isSessionDuration?: boolean;
        name: string;
        type: "http" | "local" | "session" | "flash" | "indexedDb";
    }
    Index

    Properties

    duration?: number
    durationUnit?: "s" | "m" | "h" | "d" | "mo" | "y"
    host: string
    isSessionDuration?: boolean
    name: string
    type: "http" | "local" | "session" | "flash" | "indexedDb"