backend/source/base.ts

19 lines
280 B
TypeScript
Raw Normal View History

2024-10-10 23:51:58 +02:00
namespace _zeitbild
{
/**
*/
2024-12-09 21:40:07 +01:00
export var cache_regular : lib_plankton.cache.type_subject<any>;
/**
*/
export var cache_external_resources : lib_plankton.cache.type_subject<any>;
/**
*/
export var cache_templates : lib_plankton.cache.type_subject<string>;
2024-10-10 23:51:58 +02:00
}