export default interface LogDevice {
    id?: string;
    installation?: string;
    jti?: string;
}
