mirror of
https://github.com/Discreetly/interfaces.git
synced 2026-01-09 12:57:58 -05:00
export roomMembershipTypes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "discreetly-interfaces",
|
||||
"version": "0.1.25",
|
||||
"version": "0.1.26",
|
||||
"description": "Common interfaces and utilities for discreetly",
|
||||
"author": "AtHeartEngineer",
|
||||
"homepage": "https://github.com/Discreetly",
|
||||
|
||||
@@ -33,7 +33,7 @@ export interface SystemMessageI {
|
||||
room?: RLNFullProof['rlnIdentifier']; // optionally send it to one room or all rooms
|
||||
}
|
||||
|
||||
enum RoomMembershipType {
|
||||
export enum RoomMembershipType {
|
||||
IDENTITY_LIST = 'IDENTITY_LIST',
|
||||
RLN_CONTRACT = 'RLN_CONTRACT',
|
||||
BANDADA = 'BANDADA'
|
||||
|
||||
Reference in New Issue
Block a user