Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 153 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 153 Bytes

cycle-delic

interface UserPreferences {
   usersExtensionPreferences: {
     [key: string]: {
       [key: string]: boolean;
     };
   };
 }