export type NextEraPluginType = {
    sw: {
        resources: string[];
        strategy: {
            cf: string[];
            nf: string[];
            swr: string[];
        };
    };
};
