export roomMembershipTypes

This commit is contained in:
2023-08-10 16:23:08 -04:00
parent 014186e2d3
commit 99aeabdf8a
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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'