packages/core/src/lambda/models/sampleRequest.ts (4 lines of code) (raw):
/*!
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
export class SampleRequest {
public name: string | undefined
public filename: string | undefined
}