Skip to content

Commit

Permalink
fix: Remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
David Code Howard committed Feb 6, 2024
1 parent a2b5ea5 commit cdfb66e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/soilId/soilIdTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import type {
SoilIdDepthDependentSoilDataRockFragmentVolumeChoices,
SoilIdDepthDependentSoilDataTextureChoices,
} from 'terraso-client-shared/graphqlSchema/graphql';
import { Optional } from 'terraso-client-shared/utils';

export const soilPitMethods = [
'soilTexture',
Expand Down Expand Up @@ -90,8 +89,3 @@ export const textures = [

export type RockFragmentVolume =
SoilIdDepthDependentSoilDataRockFragmentVolumeChoices;

export type LabelOptional<Type extends { label: string }> = Optional<
Type,
'label'
>;

0 comments on commit cdfb66e

Please sign in to comment.