✨ feat: implement new feature for enhanced user experience
This commit is contained in:
Vendored
+2
@@ -5,6 +5,8 @@ interface Ssr {
|
||||
// validUntil: any // go Time
|
||||
}
|
||||
|
||||
declare module "*.css"
|
||||
|
||||
/** MongoDB-style filter, e.g. { _id: "abc" } or { $or: [...] } */
|
||||
type MongoFilter = Record<string, unknown>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user