declare module "@redwoodjs/sdk/app" {
    interface AppTypes {
        AppContext: {};
    }
}
