review / cleanup
This commit is contained in:
@ -20,6 +20,11 @@ export interface TaggedRawEvent extends RawEvent {
|
||||
*/
|
||||
export type HexKey = string;
|
||||
|
||||
/**
|
||||
* Optinally undefined HexKey
|
||||
*/
|
||||
export type MaybeHexKey = HexKey | undefined;
|
||||
|
||||
/**
|
||||
* A 256bit hex id
|
||||
*/
|
||||
|
Reference in New Issue
Block a user