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/Syllabus.ts
Line 1 in 4e78165
// TODO DataDirect/common/ContentItem/Expectations identical to Syllabus, GradingRubric export type Syllabus = { Id: number; SectionId: number; Description: HTMLString; ShortDescription: string; ExpireDate: DateTimeString; PublishDate: DateTimeString; Attachment: string; }; export type Content = Syllabus[];
The text was updated successfully, but these errors were encountered:
duplicate of #79
Sorry, something went wrong.
battis
No branches or pull requests
myschoolapp-reporting/packages/datadirect/src/api/DataDirect/common/ContentItem/Syllabus.ts
Line 1 in 4e78165
The text was updated successfully, but these errors were encountered: