Type alias InsertMiddlewareInput<T>

InsertMiddlewareInput<T>: {
    operation: "insert";
    params: InsertAllParams<T>;
}

Type Parameters

Type declaration

Generated using TypeDoc