Interface MakeUrlParams

interface MakeUrlParams {
    encode?: boolean;
    intermediatePath?: string;
    pathname?: string;
    query?: Record<string, undefined | string | number | boolean>;
}

Properties

encode?: boolean
intermediatePath?: string
pathname?: string
query?: Record<string, undefined | string | number | boolean>

Generated using TypeDoc