mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-02-12 14:34:09 -05:00
6 lines
58 B
TypeScript
6 lines
58 B
TypeScript
export interface Studio
|
|
{
|
|
slug: string;
|
|
name: string;
|
|
}
|