UNPKG
@kodbruket/vsf-mapping-fallback
Version:
latest (0.0.11)
0.0.11
0.0.3
Mapping Fallback loader for Vue Storefront
kodbruket.se
kodbruket/vsf-utils
@kodbruket/vsf-mapping-fallback
/
esm
/
builtin
/
forCategory.d.ts
10 lines
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Payload
}
from
'../types/Payload'
;
export
declare
const
forCategory
:
(
{ dispatch }: { dispatch:
any
; }, { url }:
Payload
) =>
Promise
<{
name
:
string
;
params
: {
slug
:
any
; }; } |
undefined
>;
//# sourceMappingURL=forCategory.d.ts.map