Closed codetheweb closed 9 months ago
throws a type error:
export const withDb: Middleware<{ db?: Database }, {db: Database}> export const withLanAuth: Middleware< { db: Database }, { device: StoredDevice } >
ah, yeah i know why this is, one sec
throws a type error: