Hierarchy

  • RelationshipTimeline

Properties

Properties

data?: {
    user?: {
        result?: {
            timeline?: {
                timeline?: {
                    instructions?: {
                        entries?: RelationshipEntryRaw[];
                        entry?: RelationshipEntryRaw;
                        type?: string;
                    }[];
                };
            };
        };
    };
}

Type declaration

  • Optional user?: {
        result?: {
            timeline?: {
                timeline?: {
                    instructions?: {
                        entries?: RelationshipEntryRaw[];
                        entry?: RelationshipEntryRaw;
                        type?: string;
                    }[];
                };
            };
        };
    }
    • Optional result?: {
          timeline?: {
              timeline?: {
                  instructions?: {
                      entries?: RelationshipEntryRaw[];
                      entry?: RelationshipEntryRaw;
                      type?: string;
                  }[];
              };
          };
      }