mirror of
https://github.com/alexta69/metube.git
synced 2026-03-20 07:23:45 +00:00
5 lines
62 B
TypeScript
5 lines
62 B
TypeScript
export interface Status {
|
|
status: string;
|
|
msg?: string;
|
|
}
|