mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-06 21:21:13 -07:00
4 lines
No EOL
69 B
TypeScript
4 lines
No EOL
69 B
TypeScript
export interface IClaims {
|
|
value: string;
|
|
enabled: boolean;
|
|
} |