// Copyright IBM Corp. and LoopBack contributors 2019. All Rights Reserved. // Node module: @loopback/example-express-composition // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT import {MiddlewareSequence} from '@loopback/rest'; export class MySequence extends MiddlewareSequence {}