export type LicenseFeatures = {
  maxMembers: number | null;
  taskCalendar: boolean;
  taskTimeTracking: boolean;
  customTaskBoards: boolean;
  maxAssets: number | null;
  apiAccess: boolean;
  roleSettings: boolean;
  fsMaxFileSize: number | null;
  fsStorageSize: number | null;
  gmBuildSize: number | null;
  communityPublication: boolean;
  communityShortLink: boolean;
  communityStatistics: boolean;
  exportProject: boolean;
  importProject: boolean;
};
