mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-15 11:46:56 +01:00
6 lines
200 B
TypeScript
6 lines
200 B
TypeScript
|
import * as misskey from 'misskey-js';
|
||
|
import { Cache } from '@/scripts/cache';
|
||
|
|
||
|
export const clipsCache = new Cache<misskey.entities.Clip[]>(Infinity);
|
||
|
export const rolesCache = new Cache(Infinity);
|