export interface SSHPublicKey { id: string title: string fingerprint: string added_time: string last_used_time: string }