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

    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
    facility?: string | null
    filename?: string | null
    id: number

    Message ID

    msgStatus: string

    Message status code

    ni?: string | null
    received?: string | null