mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
add file
This commit is contained in:
parent
821f3b44ef
commit
2cb2d4f286
1 changed files with 7 additions and 0 deletions
7
src/types/PendingFollow.ts
Normal file
7
src/types/PendingFollow.ts
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue