Type alias TimelineJSONObject

TimelineJSONObject: Pick<TimelineObject, "position" | "rotation" | "scale"> & {
    date: string;
}

Type declaration

  • date: string

Generated using TypeDoc