mirror of
https://github.com/Discreetly/interfaces.git
synced 2026-01-08 20:38:04 -05:00
updated timeStamp type
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "discreetly-interfaces",
|
||||
"version": "0.1.36",
|
||||
"version": "0.1.37",
|
||||
"description": "Common interfaces and utilities for discreetly",
|
||||
"author": "AtHeartEngineer",
|
||||
"homepage": "https://github.com/Discreetly",
|
||||
|
||||
@@ -9,7 +9,7 @@ export interface MessageI {
|
||||
message: string;
|
||||
proof?: RLNFullProof | string;
|
||||
epoch?: number | bigint;
|
||||
timeStamp?: string; // unix epoch time in ms as string
|
||||
timeStamp?: string | Date | number; // unix epoch time in ms as string
|
||||
}
|
||||
|
||||
export interface SystemMessageI {
|
||||
|
||||
Reference in New Issue
Block a user