magnetar/fe_calckey/frontend/magnetar-common/src/types/packed/PackNotificationRenote.ts

6 lines
352 B
TypeScript
Raw Normal View History

2024-01-15 00:46:08 +00:00
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { Id } from "../Id";
import type { NotificationBase } from "../NotificationBase";
2024-01-15 00:46:08 +00:00
import type { NotificationNoteExt } from "../NotificationNoteExt";
export type PackNotificationRenote = Id & NotificationBase & NotificationNoteExt;