Interface IUpdateBody

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

    Properties

    Properties

    data: any[]
    workspace: {
        id: string;
    }

    Type declaration

    • id: string

    Generated using TypeDoc and TypeDoc Airthium Plugin