Interface DeleteProjectLocksWithNameRequest

interface DeleteProjectLocksWithNameRequest {
    name: string;
    office: string;
    revokeTimeout?: number;
}

Properties

name: string
office: string
revokeTimeout?: number