/** * @deprecated Please use a stricter type. */ export interface IDynamicValues { [key: string]: string; } export { ColumnContentAlignment } from './Workqueue'; export type { IColumn, IAction, IActionObject } from './Workqueue'; //# sourceMappingURL=common-types.d.ts.map