declare namespace App { interface Locals { getActionResult: any>( action: T ) => Awaited> | undefined; } }