/** * Copyright(c) Microsoft Corporation.All rights reserved. * Licensed under the MIT License. */ /** * Interface representing a single tab response card. */ export interface TabResponseCard { /** * The card content. */ card: Record; }