pulumi/pkg/codegen/internal/test/testdata/resource-args-python-case-insensitive/nodejs/types/input.ts
2021-11-17 11:21:33 -08:00

10 lines
316 B
TypeScript

// *** WARNING: this file was generated by test. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
import * as pulumi from "@pulumi/pulumi";
import { input as inputs, output as outputs } from "../types";
export interface PetArgs {
name?: pulumi.Input<string | undefined>;
}