Interface GetProjectLocksWithNameRequest

interface GetProjectLocksWithNameRequest {
    applicationId: string;
    name: string;
    office: string;
}

Properties

applicationId: string
name: string
office: string