1 | // Copyright (c) .NET Foundation. All rights reserved.
|
2 | // Licensed under the MIT License.
|
3 |
|
4 | import * as types from '@azure/functions';
|
5 | import { HookContext } from './HookContext';
|
6 |
|
7 | export class AppTerminateContext extends HookContext implements types.AppTerminateContext {}
|