Skip to content

Commit 1e1ac36

Browse files
committed
loosen type for re-use
1 parent dce6024 commit 1e1ac36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/client/src/clients/guide/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const predicate = (
160160
};
161161

162162
export const checkActivatable = (
163-
guide: KnockGuide,
163+
guide: Pick<KnockGuide, "activation_url_rules" | "activation_url_patterns">,
164164
location: string | undefined,
165165
) => {
166166
const url = location ? newUrl(location) : undefined;

0 commit comments

Comments
 (0)