@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface MirthMessageResponseSchema

    Response schema for Mirth message post views

    MirthMessageResponseSchema

    interface MirthMessageResponseSchema {
        message: string;
        status: string;
    }
    Index

    Properties

    Properties

    message: string

    Submitted message content

    MirthMessageResponseSchema

    status: string

    Response status of the message

    MirthMessageResponseSchema