/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
libs/internal-sdk/src/core.ts
13 строк
461 B
Dima Grossman
fix(api-service): data dto for subscriber entity NV-5998 (#8407)
29 май 2025, 09:25
Не верифицирован
29 май 2025, 09:25
c6f2294
Код
Авторство
О чём код?
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { ClientSDK } from "./lib/sdks.js"; /** * A minimal client to use when calling standalone SDK functions. Typically, an * instance of this class would be instantiated once at the start of an * application and passed around through some dependency injection mechanism to * parts of an application that need to make SDK calls. */ export class NovuCore extends ClientSDK {}