Interface ListAccessorsResponse

Response type for listing accessors

interface ListAccessorsResponse {
    drive_id?: string;
    item_id?: string;
    accessors: AccessorInfo[];
}

Properties

drive_id?: string
item_id?: string
accessors: AccessorInfo[]