export interface ModalLocale {
    okText: string;
    cancelText: string;
    justOkText: string;
}
