// form utility data object export interface PluginFormData { name:string; description:string; readme:string; applied:boolean; available:boolean; };