UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

6 lines (5 loc) 312 B
/*! Copyright [Amazon.com](http://amazon.com/), Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 */ import { TypeSafeApiModelProjectOptions } from "./type-safe-api-model-project"; export interface TypeSafeWebSocketApiModelProjectOptions extends TypeSafeApiModelProjectOptions { }