Skip to content

Commit

Permalink
fix: remove unused attributes from type
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloiankoski committed Apr 24, 2024
1 parent c8c54f8 commit 5c44d68
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import type {subscriptionPeriod} from '@givewp/forms/registrars/templates/groups
export interface DonationAmountAttributes {
label: string;
levels: OptionProps[];
descriptions: string[];
descriptionsEnabled: boolean;
defaultLevel: number;
priceOption: string;
setPrice: number;
customAmount: boolean;
Expand Down

0 comments on commit 5c44d68

Please sign in to comment.