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

    Interface UpdateWorkItemRequest

    interface UpdateWorkItemRequest {
        comment?: string | null;
        status?: number | null;
    }
    Index
    comment?: string | null
    status?: number | null