@servicenow/sdk - v4.9.0
    Preparing search index...
    interface CookieStoreDeleteOptions {
        domain?: string | null;
        name: string;
        partitioned?: boolean;
        path?: string;
    }
    Index

    Properties

    domain?: string | null
    name: string
    partitioned?: boolean
    path?: string