mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
start on d->m removing reactions
This commit is contained in:
parent
8d3ac665c9
commit
4f807159ba
3 changed files with 56 additions and 1 deletions
6
types.d.ts
vendored
6
types.d.ts
vendored
|
@ -215,3 +215,9 @@ export namespace R {
|
|||
event_id: string
|
||||
}
|
||||
}
|
||||
|
||||
export type Pagination<T> {
|
||||
chunk: T[]
|
||||
next_batch?: string
|
||||
prev_match?: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue