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

    Interface ExportResponseSchema

    Response to a record export call

    ExportResponseSchema

    interface ExportResponseSchema {
        numberOfMessages: number;
        status: string;
    }
    Index

    Properties

    numberOfMessages: number

    Number of messages sent in the export request

    ExportResponseSchema

    status: string

    Response status of the export

    ExportResponseSchema