mirror of
https://github.com/standardnotes/server
synced 2026-08-02 12:15:56 -04:00
6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
import { Username } from '@standardnotes/domain-core'
|
|
|
|
export interface UserProps {
|
|
username: Username
|
|
}
|