mirror of
https://github.com/alexta69/metube.git
synced 2026-06-14 00:50:04 +00:00
3 lines
50 B
TypeScript
3 lines
50 B
TypeScript
export interface Checkable {
|
|
checked: boolean;
|
|
} |