This commit is contained in:
snoop 2017-08-25 13:08:31 +09:00
parent 43b325735b
commit 2e77124d9e

View File

@ -20,8 +20,8 @@ export interface DispatchProps {
onReadAllByProbe?(probe: Probe): void;
onReadAllByDomain?(domain: Domain): void;
onSelectSensor?(id: number): void;
onAddSensor?(target: Target): void;
onReadAllByInfra?(infra: Infra): void;
onAddSensor?(infraId: string): void;
onReadAllByInfra?(infraId: number): void;
}
export type SensorListProps = StateProps & DispatchProps;