method Databases.prototype.createIndexRe-exportimport { Databases } from "https://deno.land/x/appwrite@6.0.0/mod.ts"; createIndex(databaseId: string,collectionId: string,key: string,type: string,attributes: string[],orders?: string[],): Promise<Models.Index>Create Index ParametersdatabaseId: stringcollectionId: stringkey: stringtype: stringattributes: string[]optionalorders: string[]ReturnsPromise<Models.Index>