interface ReportStartEventData<T extends Module = Module> {
    reportStart: { mod: T } & { inPayloads?: Payload[] };
    [key: string | number | symbol]: EventArgs;
}

Type Parameters

Hierarchy (View Summary)

Indexable

Properties

Properties

reportStart: { mod: T } & { inPayloads?: Payload[] }