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