Type alias ElementBatchCreateData

ElementBatchCreateData: ElementCreateData & {
    element: {
        type: string;
    };
}

Type declaration

  • element: {
        type: string;
    }
    • type: string

Generated using TypeDoc