UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

11 lines (9 loc) 166 B
/** * The configuration service respons */ type ResponseBase = { Status: string; StatusMessage?: string; Result: any; }; export type { ResponseBase };