user-create-result.model.ts 84 B

1234567
  1. export interface UserCreateResult {
  2. id: number
  3. account: {
  4. id: number
  5. }
  6. }