Skip to content

Commit 4650d6a

Browse files
committed
devex: add created_at to fleet node
1 parent b367fee commit 4650d6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/rest/types/fleet.ts

+5
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ export interface Node {
6464
* Whether if the node is bootstrapped and initialized
6565
*/
6666
bootstrapped: boolean;
67+
68+
/**
69+
* When the node was created
70+
*/
71+
created_at: Timestamp;
6772
}
6873

6974
export interface NodeMetadata {

0 commit comments

Comments
 (0)