Interface RootResponse

Hierarchy

  • RootResponse

Properties

errors?: {
    code: number;
    message: string;
}[]
globalObjects?: GlobalObject
timeline?: {
    id: string;
    instructions: Instruction[];
}

Type declaration