mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-01-11 22:51:06 +03:00
10 lines
308 B
TypeScript
10 lines
308 B
TypeScript
export const TELEGRAF_MODULE_OPTIONS = 'TELEGRAF_MODULE_OPTIONS';
|
|
export const TELEGRAF_PROVIDER = 'TELEGRAF_PROVIDER';
|
|
|
|
export const DECORATORS_PREFIX = 'TELEGRAF';
|
|
export const DECORATORS = {
|
|
ON: `${DECORATORS_PREFIX}/ON`,
|
|
HEARS: `${DECORATORS_PREFIX}/HEARS`,
|
|
START: `${DECORATORS_PREFIX}/START`,
|
|
};
|