1
0
mirror of https://github.com/Ombi-app/Ombi.git synced 2025-03-12 04:35:27 -07:00
2021-03-09 15:01:43 +00:00

4 lines
69 B
TypeScript

export interface IClaims {
value: string;
enabled: boolean;
}