API reference / @evolu/common / Evolu/Internal / DbIndex
Variable: DbIndex
const DbIndex: ObjectType<{
name: Type<"String", string, string, StringError, string, StringError>;
sql: Type<"String", string, string, StringError, string, StringError>;
}>;
Defined in: packages/common/src/Evolu/Db.ts:105