mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(Data Table Node): Add URL to data table resource locator (no-changelog) (#18840)
This commit is contained in:
@@ -86,6 +86,8 @@ export type DataStoreRowsReturn = DataStoreRowReturn[];
|
||||
|
||||
// APIs for a data store service operating on a specific projectId
|
||||
export interface IDataStoreProjectAggregateService {
|
||||
getProjectId(): string;
|
||||
|
||||
createDataStore(options: CreateDataStoreOptions): Promise<DataStore>;
|
||||
|
||||
getManyAndCount(options: ListDataStoreOptions): Promise<{ count: number; data: DataStore[] }>;
|
||||
|
||||
Reference in New Issue
Block a user