Tanatloc documentation
    Preparing search index...

    Interface IUpdateBody

    interface IUpdateBody {
        data: any[];
        userModel: { id: string };
    }
    Index

    Properties

    Properties

    data: any[]
    userModel: { id: string }