interface SavingActivity {
    name: "saving-activity";
    schema: SavingActivitySchema;
}

Properties

Properties

name