export interface IAppcellPlugin {
    name: string;
    implements: string;
    scope: string;
    created: string;
}
