geminis-ng
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.
12 lines (11 loc) • 344 B
TypeScript
import { GnButtonConfig } from './ButtonConfig';
import { GnModalFormConfig } from './ModalFormConfig';
export interface GnTableButtonConfig {
new?: GnButtonConfig;
edit?: GnButtonConfig;
delete?: GnButtonConfig;
refresh?: GnButtonConfig;
other?: string;
newForm?: GnModalFormConfig;
editForm?: GnModalFormConfig;
}