@cfxlabsinc/b2b-services
    Preparing search index...
    CustomerApiPlan: Omit<SelectCustomerApiPlan, "id" | "customerId" | "externalId"> & {
        id: string;
    }

    A customer's grant of access to an AWS API Gateway stage. id is the external id; the internal id/customerId are never surfaced. A grant is live iff deletedAt IS NULL.