EncSpontPayment
This commit is contained in:
parent
3ec4b6bd69
commit
a4ebba93c5
1 changed files with 15 additions and 0 deletions
15
services/gunDB/contact-api/schema-types.ts
Normal file
15
services/gunDB/contact-api/schema-types.ts
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/**
|
||||
* @format
|
||||
* Contains types that are used throughout the application. Written in
|
||||
* typescript for easier implementation.
|
||||
*
|
||||
* Nominal types are archieved through the enum method as outlined here:
|
||||
* https://basarat.gitbook.io/typescript/main-1/nominaltyping
|
||||
*/
|
||||
enum _EncSpontPayment {
|
||||
_ = ''
|
||||
}
|
||||
/**
|
||||
* Spontaneous payment as found inside a chat message body.
|
||||
*/
|
||||
export type EncSpontPayment = _EncSpontPayment & string
|
||||
Loading…
Add table
Add a link
Reference in a new issue