Options for PortalCompat.search.

interface PortalSearchOptions {
    num?: number;
    q?: string;
    start?: number;
    token?: string;
}

Properties

Properties

num?: number
q?: string
start?: number
token?: string