/**
* Copyright(c) Microsoft Corporation.All rights reserved.
* Licensed under the MIT License.
*//**
* Interface representing the context of a task module request.
*/
export interfaceTaskModuleRequestContext {
/**
* The theme of the task module request.
*/
theme?: string
}