mirror of
https://github.com/standardnotes/server
synced 2026-08-28 11:57:18 -04:00
4 lines
67 B
TypeScript
4 lines
67 B
TypeScript
export interface ActivatePremiumFeaturesDTO {
|
|
username: string
|
|
}
|