18 lines
280 B
TypeScript
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>;
|
|
|
|
}
|