File size: 157 Bytes
9d177b4
 
 
 
 
 
 
1
2
3
4
5
6
7
8
/**
 * Can be made globally available by placing this
 * inside `global.d.ts` and removing `export` keyword
 */
export interface Locals {
	userid: string;
}