cli/azd/pkg/contracts/console_message.go (
4
lines of code) (
raw
):
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package contracts type ConsoleMessage struct { Message string `json:"message"` }