UNPKG

sindri

Version:

The Sindri Labs JavaScript SDK and CLI tool.

13 lines (11 loc) 277 B
/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Generic response for any client action. * E.g. job submission, patch, delete */ export type ActionResponse = { success?: boolean; };