Socialify

Folder ..

Viewing variables.ts
8 lines (7 loc) • 146.0 B

1
2
3
4
5
6
7
8
type CacheVariables = {
  CACHE_CONFIG: {
    key: string;
    duration: number;
  };
};

export type AniwatchAPIVariables = {} & CacheVariables;