Options for PortalCompat.getItem.

interface PortalGetItemOptions {
    token?: string;
}

Properties

Properties

token?: string