mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-03-12 04:35:27 -07:00
4 lines
69 B
TypeScript
4 lines
69 B
TypeScript
export interface IClaims {
|
|
value: string;
|
|
enabled: boolean;
|
|
} |