Skip to content

Commit

Permalink
fix: update type
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikOseberg committed Oct 24, 2023
1 parent 46b24db commit 0e4aa6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { getLatestLastSeenAt } from './getLatestLastSeenAt';

interface IFeatureEnvironmentSeenProps {
featureLastSeen: string | undefined;
environments: IEnvironments[] | IFeatureEnvironment[];
environments: IEnvironments[];
sx?: SxProps;
}

Expand Down

0 comments on commit 0e4aa6f

Please sign in to comment.