/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
 * Specifies whether the text message aligns at the start or end of the line.
 *
 * Use this type to set the `align` property.
 */
export type MessageAlign = 'start' | 'end';
