Skip to content

Commit

Permalink
refactor: export 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
NohWookJin committed Jan 14, 2024
1 parent f9e6ee8 commit 4118115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/@types/trips.types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export interface TripRequest {
interface TripRequest {
tripName: string;
numberOfPeople: number;
startDate: string;
Expand All @@ -7,7 +7,7 @@ export interface TripRequest {
subarea: string;
}

export interface MyTripType {
interface MyTripType {
tripId: number;
tripName: string;
startDate: string;
Expand Down

0 comments on commit 4118115

Please sign in to comment.