@qbraid-core
    Preparing search index...

    Interface ProfileCost

    Profile cost information (V1).

    interface ProfileCost {
        estimatedHourlyCost: number;
        isFree: boolean;
        profileSlug: string;
        rateDollar: number;
        rateTimeFrame: string;
    }
    Index

    Properties

    estimatedHourlyCost: number
    isFree: boolean
    profileSlug: string
    rateDollar: number
    rateTimeFrame: string