Interface IReloadTaskBundle

Hierarchy

  • IReloadTaskBundle

Properties

compositeEvents: ICompositeEvent[]
schemaEvents: ISchemaEventCondensed[]
task: ITaskCondensed & {
    app: {
        id: string;
    };
    customProperties: ICustomPropertyCondensed[];
    tags: ITagCondensed[];
}

Type declaration