1
0
mirror of https://github.com/flarum/core.git synced 2025-08-17 05:44:13 +02:00

Bundled output for commit 3fbe05fd18

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot
2024-01-22 18:01:17 +00:00
parent 3fbe05fd18
commit 721e2eae3d
15 changed files with 115 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ export default class Task extends Model {
command(): string;
package(): string;
output(): string;
guessedCause(): string;
createdAt(): Date | null | undefined;
startedAt(): Date;
finishedAt(): Date;