Interface DefaultHour

interface DefaultHour {
    amount: string;
    name: string;
}

Properties

Properties

amount: string
name: string