Interface GetProjectLocksRequest

interface GetProjectLocksRequest {
    applicationMask?: string;
    officeMask: string;
    projectMask?: string;
}

Properties

applicationMask?: string
officeMask: string
projectMask?: string