declare enum IndexType {
    Key = "key",
    Fulltext = "fulltext",
    Unique = "unique"
}

export { IndexType };
