0
0
Fork 0

Add a file for payload types

This commit is contained in:
Oliver Akins 2022-07-26 18:51:20 -06:00
parent c6fdf56f72
commit 40052a24de
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

4
src/types/payloads.d.ts vendored Normal file
View file

@ -0,0 +1,4 @@
interface post_channel_payload {
channel: string;
default_unlurk: string;
}