mirror of https://github.com/Ombi-app/Ombi
4 lines
69 B
4 lines
69 B
4 years ago
|
export interface IClaims {
|
||
|
value: string;
|
||
|
enabled: boolean;
|
||
|
}
|