Type alias RetrieveResponse

RetrieveResponse: {
    date: string;
    status?: number;
    tree: DriveObject[];
}

Response from retrieving the state of the drive tree

Type declaration

  • date: string

    The timestamp of latest drive change

  • Optional status?: number

    Status code of the retrieval

  • tree: DriveObject[]

    Recursive structure describing the drive state

Generated using TypeDoc