@chevre/factory 4.188.0-alpha.0 → 4.190.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +0,0 @@
1
- import { IAttributes as IUnRegisterProgramMembershipActionAttributes } from '../action/interact/unRegister/programMembership';
2
- import { IExtendId } from '../autoGenerated';
3
- import * as TaskFactory from '../task';
4
- import TaskName from '../taskName';
5
- export declare type IData = IUnRegisterProgramMembershipActionAttributes;
6
- export interface IAttributes extends TaskFactory.IAttributes {
7
- name: TaskName.UnRegisterProgramMembership;
8
- data: IData;
9
- }
10
- /**
11
- * メンバーシップ登録解除タスクインターフェース
12
- */
13
- export declare type ITask = IExtendId<IAttributes>;
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });