interface DAVCompliance {
    compliance: string[];
    server: string;
}

Properties

Properties

compliance: string[]
server: string