@vnodes/schema
    Preparing search index...

    Type Alias PropertyName1

    PropertyName1:
        | "id"
        | "uuid"
        |
            | "createdAt"
            | "updatedAt"
            | "deletedAt"
            | "startedAt"
            | "endedAt"
            | "expiresAt"
            | "expiredAt"
            | "due"
        | | "name"
        | "description"
        | "fullName"
        | "firstName"
        | "lastName"
        | "middleName"
        | "gender"
        | "dob"
        | "age"
        | "ssn"
        | | "type"
        | "unit"
        | "street"
        | "city"
        | "state"
        | "country"
        | "province"
        | "zip"
        | "phone"
        | "email"
        | "website"
        | "url"
        | "emails"
        | "contact"
        | "contacts"
        | "phones"
        | "address"
        | "addresses"
        | "username"
        | "password"
        | "accessToken"
        | "otp"
        | "token"
        | "user" | "manager" | "employee" | "customer" | "owner" | "assignee"
        | "createdBy" | "updatedBy" | "deletedBy" | "lastAccessedBy"
        | "status" | "active" | "passive"
        | "tag" | "tags" | "category" | "categories" | "department" | "departments"
        | "contactId" | "userId" | "categoryId" | "productId"

    A list of property names