kkamkou/gelfjs

View on GitHub
gelfjs/types.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Licensed under the MIT License.
 *
 * @author  Kanstantsin Kamkou (2ka.by)
 * @link    https://github.com/kkamkou/gelfjs
 * @license https://opensource.org/licenses/MIT
 */

export type TypeGfcFieldValue = string | number | object;
export type TypeGfcField = {[k: string]: TypeGfcFieldValue};