mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-12 16:03:21 +00:00
feat: new design for koodiklinikka.fi
Co-authored-by: Aarni Koskela <akx@iki.fi>
This commit is contained in:
committed by
Aarni Koskela
parent
2791108118
commit
33f35b4a5a
13
types/global.d.ts
vendored
Normal file
13
types/global.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
interface Channel {
|
||||
id: string;
|
||||
name: string;
|
||||
topic: string;
|
||||
num_members: number;
|
||||
purpose: {
|
||||
value: string;
|
||||
creator: string;
|
||||
last_set: number;
|
||||
};
|
||||
messages_today: number;
|
||||
unique_members_today: number;
|
||||
}
|
||||
Reference in New Issue
Block a user