mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Added automation
This commit is contained in:
parent
57dfbd6748
commit
d31da0a249
44 changed files with 7013 additions and 6 deletions
4
tests/cypress/interfaces/IClaims.ts
Normal file
4
tests/cypress/interfaces/IClaims.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export interface IClaims {
|
||||
value: string;
|
||||
enabled: boolean;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue