Add a file for payload types
This commit is contained in:
parent
c6fdf56f72
commit
40052a24de
1 changed files with 4 additions and 0 deletions
4
src/types/payloads.d.ts
vendored
Normal file
4
src/types/payloads.d.ts
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
interface post_channel_payload {
|
||||
channel: string;
|
||||
default_unlurk: string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue