export interface OnepasswordAccount { url: string; email: string; user_uuid: string; account_uuid: string; shorthand: string; }