mirror of
https://github.com/joelwmale/webhook-action.git
synced 2025-01-19 03:06:22 +01:00
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import {ReadonlyDeep} from 'type-fest';
|
|
import globalsJson = require('./globals.json');
|
|
|
|
declare const globals: ReadonlyDeep<typeof globalsJson>;
|
|
|
|
export = globals;
|