interface Timeline {
    id: string;
    instructions: Instruction[];
}

Properties

Properties

id: string
instructions: Instruction[]