Adds ICS
This commit is contained in:
parent
441715675c
commit
a79898b2e9
48 changed files with 2062 additions and 1503 deletions
|
|
@ -1,2 +1,2 @@
|
|||
export type Class = {constructor: {name: string}}
|
||||
export type ClassNamed = {name: string}
|
||||
export type Class = { constructor: { name: string } }
|
||||
export type ClassNamed = { name: string }
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
export type GuildMember = {
|
||||
server: string;
|
||||
memberid: string;
|
||||
server: string;
|
||||
memberid: string;
|
||||
}
|
||||
|
||||
export type Role = {
|
||||
server: string;
|
||||
roleid: string;
|
||||
server: string;
|
||||
roleid: string;
|
||||
};
|
||||
|
||||
export type ChannelId = string;
|
||||
Loading…
Add table
Add a link
Reference in a new issue