Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SavedFact<T>

Type parameters

  • T

Hierarchy

  • SavedFact

Index

Properties

Properties

fact: { collectionId: string; createdDate: string; fields: T; id: string; lastModifiedDate: string; ownerId: string; statusId: string }

Type declaration

  • collectionId: string
  • createdDate: string
  • fields: T
  • id: string
  • lastModifiedDate: string
  • ownerId: string
  • statusId: string

Generated using TypeDoc