Fix/update admin (WIP)
This commit is contained in:
parent
4994d8314a
commit
339d8f2210
11 changed files with 49 additions and 44 deletions
|
@ -3,11 +3,12 @@
|
|||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { FileImport } from './FileImport';
|
||||
import type { Project } from './Project';
|
||||
export type AdminBasket = {
|
||||
name: string;
|
||||
files: Array<FileImport>;
|
||||
columns: Array<string>;
|
||||
uploadFields: Array<string>;
|
||||
projects?: Array<string>;
|
||||
projects?: Array<Project>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue