Init flow plugins

This commit is contained in:
HaveAGitGat 2023-08-20 18:02:17 +01:00
parent 92f97a8c81
commit 7521d7eef0
67 changed files with 4765 additions and 0 deletions

View file

@ -0,0 +1,10 @@
interface Ijob {
version: string,
footprintId: string,
jobId: string,
start: number,
type: string,
fileId: string
}
export default Ijob;