backend/source/base.ts
Fenris Wolf 64652af779 [res]
2024-12-09 21:40:07 +01:00

18 lines
280 B
TypeScript

namespace _zeitbild
{
/**
*/
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>;
}