UNPKG

sindri

Version:

The Sindri Labs JavaScript SDK and CLI tool.

14 lines (11 loc) 295 B
/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { TeamDetail } from "./TeamDetail"; /** * Details about the currently authenticated team. */ export type TeamMeResponse = { team: TeamDetail; };