mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: expected any type
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
import { Submit, trackError, trackEvent } from '$lib/actions/analytics';
|
||||
import { validateData } from '../wizard/pushFormList.svelte';
|
||||
|
||||
/* eslint @typescript-eslint/no-explicit-any: 'off' */
|
||||
export let message: Models.Message & { data: Record<string, any> };
|
||||
|
||||
let title = '';
|
||||
|
||||
Reference in New Issue
Block a user