interface EnumsSingleton {
    cache: {
        settings: number;
    };
    priority: typeof Priority;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

cache: {
    settings: number;
}

Type declaration

  • settings: number
priority: typeof Priority