mirror of
https://github.com/standardnotes/server
synced 2026-07-30 20:16:37 -04:00
4 lines
67 B
TypeScript
4 lines
67 B
TypeScript
export type GetUserAnalyticsIdResponse = {
|
|
analyticsId: number
|
|
}
|