@ui-tool/core
Version:
9 lines • 361 B
TypeScript
import { IStackItemEvent } from '../../interfaces';
export declare class StackItemPushedEvent implements IStackItemEvent {
readonly stackCode: string;
readonly id: string;
readonly itemIds: string[];
readonly kind: string;
constructor(stackCode: string, id: string, itemIds: string[]);
}
//# sourceMappingURL=stack-item-pushed-event.d.ts.map