@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias RecurringFeeActivity

    One recorded change to a customer's fee, newest first.

    type RecurringFeeActivity = {
        actorEmail: string | null;
        createdAt: SelectAdminDashboardUserActivity["createdAt"];
        data: Record<string, unknown>;
        id: string;
        type: SelectAdminDashboardUserActivity["type"];
    }
    Index
    actorEmail: string | null
    createdAt: SelectAdminDashboardUserActivity["createdAt"]
    data: Record<string, unknown>
    id: string
    type: SelectAdminDashboardUserActivity["type"]