Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

CategoryRequest.id may be a string (undocumented) #271

Description

@github-actions

https://github.com/groton-school/myschoolapp-reporting/blob/8c0f9cad3b2e14e390a51c50b345da884775b41f/packages/oauth2-cli/sky-api/src/school/v1/contentmanagement/CategoryRequest.ts#L2

export type CategoryRequest = {
  // TODO CategoryRequest.id may be a string (undocumented)
  id?: number | string;
  type?:
    | 'PageContent'
    | 'Class'
    | 'Activity'
    | 'Advisory'

Metadata

Metadata

Assignees

Labels

datadirectpackages/datadirecttypesTypeScript type definition improvement (low priority)

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions