@@ -0,0 +1,11 @@
import { createDefine } from "fresh";
export interface State {
session: {
id: string;
name: string;
exp: number;
};
}
export const define = createDefine<State>();
The note is not visible to the blocked user.