Skip to content

Commit

Permalink
feat: OciConfiguration model added
Browse files Browse the repository at this point in the history
  • Loading branch information
DilaraGueler committed May 8, 2023
1 parent 2bf9828 commit 7d69abc
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
export interface OciConfiguration {
name: string;
type: string;
field: string;
transform: string;
formatter: string;
mappings: [
{
name: string;
type: string;
mapFromValue: string;
mapToValue: string;
}
];
}

0 comments on commit 7d69abc

Please sign in to comment.