@jagaad/utils
    Preparing search index...

    Interface PayRate

    interface PayRate {
        unit: "hour" | "day" | "week" | "month" | "year";
        value: number;
    }
    Index

    Properties

    Properties

    unit: "hour" | "day" | "week" | "month" | "year"
    value: number