1
0

[TLC-254] Get Type Bind config from backend

This commit is contained in:
Kim Shepherd
2022-05-03 14:10:33 +12:00
parent 8cd07de4fc
commit 833637c215
23 changed files with 123 additions and 52 deletions

View File

@@ -2,4 +2,5 @@ export interface ParserOptions {
readOnly: boolean;
submissionScope: string;
collectionUUID: string;
typeField: string;
}