This commit is contained in:
Felix Ableitner 2024-10-15 10:21:21 +02:00
parent 821f3b44ef
commit 2cb2d4f286

View file

@ -0,0 +1,7 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { Person } from "./Person";
export interface PendingFollow {
person: Person;
is_new_instance: boolean;
}