add link_url to stat.ink body
parent
5ac9362df9
commit
6dd721bbab
|
|
@ -785,6 +785,7 @@ export type StatInkCoopPostBody = {
|
|||
};
|
||||
|
||||
export type StatInkPostBody = {
|
||||
link_url?: string;
|
||||
test?: "yes" | "no";
|
||||
uuid: string;
|
||||
lobby:
|
||||
|
|
|
|||
Loading…
Reference in New Issue