Files
standardnotes-server/packages/auth/src/Domain/Auth/AuthResponse.ts
T

6 lines
141 B
TypeScript

import { SimpleUserProjection } from '../../Projection/SimpleUserProjection'
export interface AuthResponse {
user: SimpleUserProjection
}