export interface Storage { is_active: boolean; account?: string; }