mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-12 00:28:50 +08:00
9 lines
170 B
TypeScript
9 lines
170 B
TypeScript
export type StatusData = {
|
|
ffmpeg_binary_enabled: boolean;
|
|
meilisearch_enabled: boolean;
|
|
meilisearch?: {
|
|
host: string;
|
|
key: string;
|
|
};
|
|
};
|