RocketChat/Rocket.Chat

View on GitHub
packages/core-typings/src/FeaturedApps.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { AppOverview } from './AppOverview';

export type FeaturedAppsSection = {
    i18nLabel: string;
    slug: string;
    apps: AppOverview[];
};