mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
13 lines
276 B
TypeScript
13 lines
276 B
TypeScript
import { UserInterface } from './UserInterface'
|
|
|
|
export const bibiBloxberg: UserInterface = {
|
|
email: 'bibi@bloxberg.de',
|
|
firstName: 'Bibi',
|
|
lastName: 'Bloxberg',
|
|
alias: 'BBB',
|
|
// description: 'Hex Hex',
|
|
emailChecked: true,
|
|
language: 'de',
|
|
publisherId: 1234,
|
|
}
|