Skip to content

Commit

Permalink
Merge pull request #3 from archesproject/jtw/add-language-type
Browse files Browse the repository at this point in the history
Add Language type
  • Loading branch information
johnatawnclementawn authored Oct 2, 2024
2 parents 29c8443 + f18136e commit 3552e49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arches_vue_utils/src/arches_vue_utils/types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export interface Language {
code: string;
default_direction: "ltr" | "rtl";
id: number;
isdefault: boolean;
name: string;
scope: string;
}

0 comments on commit 3552e49

Please sign in to comment.