@ukkidney/ukrdc-axios-ts
Preparing search index...
MinimalMessageSchema
Interface MinimalMessageSchema
A minimal representation of a single message
interface
MinimalMessageSchema
{
facility
?:
string
|
null
;
filename
?:
string
|
null
;
id
:
number
;
msgStatus
:
string
;
ni
?:
string
|
null
;
received
?:
string
|
null
;
}
Index
Properties
facility?
filename?
id
msg
Status
ni?
received?
Properties
Optional
facility
facility
?:
string
|
null
Optional
filename
filename
?:
string
|
null
id
id
:
number
Message ID
msg
Status
msgStatus
:
string
Message status code
Optional
ni
ni
?:
string
|
null
Optional
received
received
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
facility
filename
id
msg
Status
ni
received
@ukkidney/ukrdc-axios-ts
Loading...
A minimal representation of a single message