UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

9 lines (8 loc) 257 B
import type { ResultStates } from './ResultStates'; export type RejectedErrorResultClass = { resultState?: ResultStates; errorMessage?: string | null; errorCode?: number; rejectReason?: string | null; rejectParameter?: string | null; };