Socialify

Folder ..

Viewing enums.ts
3 lines (4 loc) • 76.0 B

1
2
3
4
export enum AvatarMode {
    Gravatar = 'Gravatar',
    Custom = 'Custom',
}