mirror of
https://github.com/Discreetly/interfaces.git
synced 2026-01-08 20:38:04 -05:00
messageType adding null as option
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "discreetly-interfaces",
|
||||
"version": "0.1.40",
|
||||
"version": "0.1.41",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "discreetly-interfaces",
|
||||
"version": "0.1.40",
|
||||
"version": "0.1.41",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ethersproject/bytes": "^5.7.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "discreetly-interfaces",
|
||||
"version": "0.1.40",
|
||||
"version": "0.1.41",
|
||||
"description": "Common interfaces and utilities for discreetly",
|
||||
"author": "AtHeartEngineer",
|
||||
"homepage": "https://github.com/Discreetly",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export type MessageType = 'TEXT' | 'PIXEL' | 'POLL' | 'DMREQUEST' | string;
|
||||
export type MessageType = 'TEXT' | 'PIXEL' | 'POLL' | 'DMREQUEST' | string | null;
|
||||
export type MessageInterfaces = string | PixelMessage | PollMessage;
|
||||
|
||||
export type HexColor = `#${string}`;
|
||||
|
||||
Reference in New Issue
Block a user