File size: 92 Bytes
fed832e
 
 
 
 
1
2
3
4
5
6
export type ActiveState = 'ACTIVE' | 'INACTIVE';

export type User = {
  avatar: string;
};