Variable urlToLocationConst

urlToLocation: TFunction<
    [TString],
    TObject<
        { store: TString; store_deleted: TOptional<TString>; website: TString },
    >,
> = ...