Fix typescript/svelte checks
This commit is contained in:
parent
08c6e0eef2
commit
53a48cba07
17 changed files with 199 additions and 155 deletions
|
|
@ -1,10 +1,10 @@
|
|||
<script lang="ts">
|
||||
import type { ClassValue } from 'svelte/elements';
|
||||
import type { MXRecord } from "$lib/api/types.gen";
|
||||
import type { ClassValue } from "svelte/elements";
|
||||
import type { MxRecord } from "$lib/api/types.gen";
|
||||
|
||||
interface Props {
|
||||
class: ClassValue;
|
||||
mxRecords: MXRecord[];
|
||||
mxRecords: MxRecord[];
|
||||
title: string;
|
||||
description?: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue