Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataDirect/common/ContentItem/News.SocialMediaList type #82

Open
github-actions bot opened this issue Dec 27, 2024 · 0 comments
Open

DataDirect/common/ContentItem/News.SocialMediaList type #82

github-actions bot opened this issue Dec 27, 2024 · 0 comments
Assignees
Labels
datadirect packages/datadirect types TypeScript type definition improvement

Comments

@github-actions
Copy link

SocialMediaList: any[]; // TODO DataDirect/common/ContentItem/News.SocialMediaList type

export type Group = {
  GroupId: number;
  AssociationId: number;
  MpSelected: boolean;
  UsedIn: number;
  PublicGroupInd: boolean;
  IsPublic: number;
  MaxPageNum: number;
  TotalRows: number;
  RssInd: boolean;
  BriefInd: boolean;
  DescriptionInd: boolean;
  CaptionInd: boolean;
  PhotoLongInd: boolean;
  ZoomInd: boolean;
  ThumbInd: boolean;
  FbConnectInd: number;
  DispFbProfPhoto: boolean;
  FacebookAppId: number;
  SelectedInd: boolean;
  ContextLabelId: number;
  ContextValue: number;
  Id: string;
  ExpireDate: DateTimeString;
  PublishDate: DateTimeString;
  Primary: boolean;
  ContextLabel: number;
};

export type News = {
  Id: number;
  Name: string;
  PhotoList: any[]; // TODO DataDirect/common/ContentItem/News.PhotoList type
  LargeFilenameUrl: URLString;
  LargeHeight: number;
  LargeWidth: number;
  ThumbFilenameUrl: URLString;
  ThumbHeight: number;
  ThumbWidth: number;
  ZoomFilenameUrl: URLString;
  ZoomHeight: number;
  ZoomWidth: number;
  PublishDate: DateTimeString;
  BriefDescription: string;
  Description: 'yes' | 'no';
  Url: URLString;
  CommentCount: number;
  CommentType: number;
  LastItem: boolean;
  GroupList: Group[];
  GroupCommentType: number;
  IsPublicCategory: number;
  GroupId: number;
  PublishDateDisplay: DateString;
  PublishDateLong: DateString;
  Author: string;
  ExpireDateDisplay: DateString;
  Expired: boolean;
  ScheduleId: number;
  AthleticScheduleId: number;
  ContextValue: number;
  BriefDescriptionInd: number;
  LongDescriptionInd: number;
  PrimaryGroup: boolean;
  PhotoCaptionInd: number;
  PhotoDescriptionInd: number;
  ImageMax: number;
  ShowReadMore: boolean;
  Featured: boolean;
  photo_id: number;
  OriginalWidth: number;
  OriginalHeight: number;
  SocialMediaList: any[]; // TODO DataDirect/common/ContentItem/News.SocialMediaList type
};

export type Content = News[];
@battis battis added datadirect packages/datadirect types TypeScript type definition improvement labels Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datadirect packages/datadirect types TypeScript type definition improvement
Projects
None yet
Development

No branches or pull requests

1 participant