We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
myschoolapp-reporting/packages/datadirect/src/api/DataDirect/common/ContentItem/News.ts
Line 73 in 4e78165
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[];
The text was updated successfully, but these errors were encountered:
battis
No branches or pull requests
myschoolapp-reporting/packages/datadirect/src/api/DataDirect/common/ContentItem/News.ts
Line 73 in 4e78165
The text was updated successfully, but these errors were encountered: