UNPKG

99 BTypeScriptView Raw
1export interface IImmutableService {
2 setRowData(data: any[]): void;
3 isActive(): boolean;
4}