UNPKG

@signiant/media-shuttle-sdk-base

Version:

The base parent sdk behind other media shuttle sdks (e.g. media-shuttle-sdk)

15 lines 474 B
/** * @ignore * These error messages highlight the various error messages that can be dispatched by the SDK. These messages are a * mix of static and dynamic messages. There is presently no intention to attempt to localize these messages. */ declare const _default: { staticErrorMessages: { [k: string]: string; }; generatedErrorMessages: { [k: string]: Function; }; }; export default _default; //# sourceMappingURL=ErrorMessages.d.ts.map