mirror of
https://github.com/Ombi-app/Ombi.git
synced 2024-11-23 05:50:09 -08:00
4 lines
69 B
TypeScript
4 lines
69 B
TypeScript
export interface IClaims {
|
|
value: string;
|
|
enabled: boolean;
|
|
} |