mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-12 11:36:32 -04:00
2 lines
106 B
TypeScript
2 lines
106 B
TypeScript
|
|
export interface CaptureDevice { id: number, name: string, date_created: string, date_modified: string, } |