forked from Shiloh/old-remnantchat
4 lines
51 B
TypeScript
4 lines
51 B
TypeScript
|
export enum PeerActions {
|
||
|
MESSAGE = 'MESSAGE',
|
||
|
}
|