interface GuSubnetProps {
    app?: string;
    type?: SubnetType;
}

Properties

Properties

app?: string
type?: SubnetType