export interface AppContext {
    user: {
        id: string;
    };
}
