core-utils
    Preparing search index...
    interface CommonTraits {
        createdAt?: Date;
        email?: string;
        name?: string;
        phone?: string;
        type?: string;
    }
    Index

    Properties

    createdAt?: Date
    email?: string
    name?: string
    phone?: string
    type?: string