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.

Competency/CompetencySkillAssignmentGet.Response type #272

Description

@github-actions

https://github.com/groton-school/myschoolapp-reporting/blob/96e4986e0d152b2eb1eb83ee44990ea725161bcc/packages/datadirect/src/Endpoints/API/Competency/SkillAssignment.ts#L5

import { JSONValue } from '@battis/typescript-tricks';
import * as Endpoint from '../../Endpoint.js';

export type Payload = { teacherOfSection: number };
// TODO Competency/CompetencySkillAssignmentGet.Response type
export type Response = JSONValue[];

export const path = '/api/Comptency/CompetencySkillAssignmentGet';

export const prepare: Endpoint.Prepare<Payload> = (payload, base?: string) =>
  Endpoint.prepare({
    payload,
    base,
    path
  });

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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