Skip to content

Commit d02e610

Browse files
authoredJul 18, 2024
docs(typedoc): Add frontmatter (#7753)
* docs(typedoc): Add frontmatter * Update knip.json
1 parent 13817e9 commit d02e610

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+254
-38
lines changed
 

‎docs/framework/svelte/reference/createbasemutationresult.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
id: CreateBaseMutationResult
3+
title: CreateBaseMutationResult
4+
---
5+
16
# Type Alias: CreateBaseMutationResult\<TData, TError, TVariables, TContext\>
27

38
```ts
@@ -24,4 +29,4 @@ mutateAsync: CreateMutateAsyncFunction<TData, TError, TVariables, TContext>
2429

2530
## Defined in
2631

27-
[packages/svelte-query/src/types.ts:113](https://github.com/TanStack/query/blob/81ca3332486f7b98502d4f5ea50588d88a80f59b/packages/svelte-query/src/types.ts#L113)
32+
[packages/svelte-query/src/types.ts:113](https://github.com/TanStack/query/blob/13817e953743537ffb9aab4da174583055be4d81/packages/svelte-query/src/types.ts#L113)

‎docs/framework/svelte/reference/createbasequeryoptions.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
id: CreateBaseQueryOptions
3+
title: CreateBaseQueryOptions
4+
---
5+
16
# Type Alias: CreateBaseQueryOptions\<TQueryFnData, TError, TData, TQueryData, TQueryKey\>
27

38
```ts
@@ -20,4 +25,4 @@ Options for createBaseQuery
2025

2126
## Defined in
2227

23-
[packages/svelte-query/src/types.ts:23](https://github.com/TanStack/query/blob/81ca3332486f7b98502d4f5ea50588d88a80f59b/packages/svelte-query/src/types.ts#L23)
28+
[packages/svelte-query/src/types.ts:23](https://github.com/TanStack/query/blob/13817e953743537ffb9aab4da174583055be4d81/packages/svelte-query/src/types.ts#L23)

0 commit comments

Comments
 (0)
Failed to load comments.