Files
standardnotes-server/packages/api-gateway/src/Mapping/Sync/Http/NotificationHttpRepresentation.ts
T
Karol SójkoandGitHub 5b84f078c6 feat(grpc): add syncing protocol buffers (#930)
* feat(grpc): add syncing protocol buffers

* wip

* feat: syncing implementation

* fix: sendign metadata

* fix: grpc sync request mapping

* fix grpc response mapper
2023-11-20 11:08:16 +01:00

9 lines
182 B
TypeScript

export interface NotificationHttpRepresentation {
uuid: string
user_uuid: string
type: string
payload: string
created_at_timestamp: number
updated_at_timestamp: number
}