Skip to content

Commit 39e261f

Browse files
Update end2end/server/src/zen/apps.ts
Co-authored-by: Hans Ott <[email protected]>
1 parent 9b72340 commit 39e261f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

end2end/server/src/zen/apps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { randomInt, timingSafeEqual } from "node:crypto";
22

3-
export interface App {
3+
export type App = {
44
id: number;
55
token: string;
66
configUpdatedAt: number;

0 commit comments

Comments
 (0)