Type Alias IndexObject

IndexObject: {
    createdAt: Date;
    primaryKey?: string;
    uid: string;
    updatedAt: Date;
}