Type 'typeof import("/home/kyle/code/effect-drizzle-repro/packages/db/src/schema")' is not assignable to type 'Record<string, never>'.
Property 'Servers' is incompatible with index signature.
Type 'PgTableWithColumns<{ name: "servers"; schema: undefined; columns: { guildId: PgColumn<{ name: "guildId"; tableName: "servers"; dataType: "string"; columnType: "PgVarchar"; data: string; driverParam: string; notNull: true; ... 7 more ...; generated: undefined; }, {}, { ...; }>; ... 4 more ...; id: PgColumn<...>; }; d...' is not assignable to type 'never'.ts(2322)
Type 'typeof import("/home/kyle/code/effect-drizzle-repro/packages/db/src/schema")' is not assignable to type 'Record<string, never>'.
Property 'Servers' is incompatible with index signature.
Type 'PgTableWithColumns<{ name: "servers"; schema: undefined; columns: { guildId: PgColumn<{ name: "guildId"; tableName: "servers"; dataType: "string"; columnType: "PgVarchar"; data: string; driverParam: string; notNull: true; ... 7 more ...; generated: undefined; }, {}, { ...; }>; ... 4 more ...; id: PgColumn<...>; }; d...' is not assignable to type 'never'.ts(2322)