diff options
Diffstat (limited to 'shared/models/runners/runner-registration-token.ts')
-rw-r--r-- | shared/models/runners/runner-registration-token.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/shared/models/runners/runner-registration-token.ts b/shared/models/runners/runner-registration-token.ts deleted file mode 100644 index 0a157aa51..000000000 --- a/shared/models/runners/runner-registration-token.ts +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | export interface RunnerRegistrationToken { | ||
2 | id: number | ||
3 | |||
4 | registrationToken: string | ||
5 | |||
6 | createdAt: Date | ||
7 | updatedAt: Date | ||
8 | |||
9 | registeredRunnersCount: number | ||
10 | } | ||