UNPKG

datadirect

Version:
9 lines (8 loc) 311 B
import * as Endpoint from '../../Endpoint.js'; export * from './AssignmentSectionsForTeacher/Payload.js'; export * from './AssignmentSectionsForTeacher/Response.js'; export const prepare = (payload, base) => Endpoint.prepare({ payload, base, path: '/api/datadirect/AssignmentSectionsForTeacher' });