Type alias IndexObject

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

Type declaration

  • createdAt: Date
  • Optional primaryKey?: string
  • uid: string
  • updatedAt: Date