Type Alias CustomObjectRecord

CustomObjectRecord: {
    id: string;
    owner: string[];
    followers: string[];
    properties: Record<string, any>;
    dateAdded: string;
    dateUpdated: string;
}

Type declaration

  • id: string
  • owner: string[]
  • followers: string[]
  • properties: Record<string, any>
  • dateAdded: string
  • dateUpdated: string