interaction system
This commit is contained in:
3
src/types/bindings/HealthResponseDto.ts
Normal file
3
src/types/bindings/HealthResponseDto.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
export type HealthResponseDto = { status: string, version: string, uptimeSecs: bigint, db: string, };
|
||||
3
src/types/bindings/InteractionDeliveryFailedDto.ts
Normal file
3
src/types/bindings/InteractionDeliveryFailedDto.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
export type InteractionDeliveryFailedDto = { recipientUserId: string, reason: string, };
|
||||
3
src/types/bindings/InteractionPayloadDto.ts
Normal file
3
src/types/bindings/InteractionPayloadDto.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
export type InteractionPayloadDto = { senderUserId: string, senderName: string, content: string, type: string, timestamp: string, };
|
||||
3
src/types/bindings/SendInteractionDto.ts
Normal file
3
src/types/bindings/SendInteractionDto.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
export type SendInteractionDto = { recipientUserId: string, content: string, type: string, };
|
||||
Reference in New Issue
Block a user