import { UiCommandsChatFormObject } from './form/types';
export interface UiCommandsChatObject {
    form: UiCommandsChatFormObject;
}
