Add a first cut at an express-based backend
This commit is contained in:
3
express/interfaces.ts
Normal file
3
express/interfaces.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
type Brand<K, T> = K & { readonly __brand: T };
|
||||
|
||||
export type Extensible = Brand<"Extensible", {}>;
|
||||
Reference in New Issue
Block a user