interface RawParamsAndUrl {
    params: RawProfileParams;
    url: string;
}

Properties

Properties

url: string