Documentation
    Preparing search index...
    "export=": {
        renderBody: (
            __namedParameters: {
                alerts: any[];
                body: any;
                req: any;
                title: string;
            },
        ) => string;
        wrap: (opts: WrapParams) => string;
    }

    Type Declaration

    • renderBody: (
          __namedParameters: { alerts: any[]; body: any; req: any; title: string },
      ) => string
    • wrap: (opts: WrapParams) => string