mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
revert: remove unrelated import change in indexes/create.svelte
Trivial import split from SDK update — not part of BAA feature. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
4c84512206
commit
0459896d8d
+1
-2
@@ -1,6 +1,5 @@
|
||||
<script module lang="ts">
|
||||
import { OrderBy } from '@appwrite.io/console';
|
||||
import { TablesDBIndexType } from '@appwrite.io/console';
|
||||
import { TablesDBIndexType, OrderBy } from '@appwrite.io/console';
|
||||
export type CreateIndexesCallbackType = {
|
||||
key: string;
|
||||
type: TablesDBIndexType;
|
||||
|
||||
Reference in New Issue
Block a user