Skip to content

Commit

Permalink
chore: remove declare from customQuery type
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobfogolyan committed Jul 11, 2023
1 parent fdb814c commit bcac6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const VSF_CHANNEL_COOKIE = 'vsf-channel';

export type ComputedProperty<T> = Readonly<Ref<Readonly<T>>>;

export declare type CustomQuery = Record<string, string | Record<string, string>>;
export type CustomQuery = Record<string, string | Record<string, string>>;

export type ComposableFunctionArgs<T> = T & { customQuery?: CustomQuery };

Expand Down

0 comments on commit bcac6f8

Please sign in to comment.