Interface RevokeAccessResponse

Response type for revoke access operation

interface RevokeAccessResponse {
    drive_id?: string;
    item_id?: string;
    accessor_id: string;
    revoked_count: number;
}

Properties

drive_id?: string
item_id?: string
accessor_id: string
revoked_count: number