Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Stiefel committed Oct 22, 2024
1 parent 6dc2fc2 commit 71728b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions webroot/src/models/Compact/Compact.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ export enum CompactType { // Temp server definition until server returns via end
COUNSILING = 'coun',
}

// export interface CompactCommissionFee {
// feeType?: FeeTypes | null,
// feeAmount?: number | null,
// }

export interface InterfaceCompactCreate {
id?: string | null;
type?: CompactType | null;
Expand Down

0 comments on commit 71728b5

Please sign in to comment.