UNPKG

sindri

Version:

The Sindri Labs JavaScript SDK and CLI tool.

13 lines (11 loc) 260 B
/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Response for NotImplementedError */ export type ComingSoonResponse = { exception_id?: string; message?: string; };