diff --git a/web/packages/teleport/src/DeviceTrust/types.ts b/web/packages/teleport/src/DeviceTrust/types.ts index f857fdde0a665..95d7b34de532a 100644 --- a/web/packages/teleport/src/DeviceTrust/types.ts +++ b/web/packages/teleport/src/DeviceTrust/types.ts @@ -23,6 +23,7 @@ export type TrustedDevice = { assetTag: string; osType: TrustedDeviceOSType; enrollStatus: string; + owner?: string; }; export type TrustedDeviceOSType = 'Windows' | 'Linux' | 'macOS';