mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-12 16:49:59 +08:00
10 lines
192 B
TypeScript
10 lines
192 B
TypeScript
export type StatusData = {
|
|
ffmpeg_binary_enabled: boolean;
|
|
meilisearch_enabled: boolean;
|
|
meilisearch?: {
|
|
host: string;
|
|
key: string;
|
|
};
|
|
no_user: boolean;
|
|
};
|