Interface GetPropertiesRequest

interface GetPropertiesRequest {
    categoryId?: string;
    nameMask?: string;
    officeMask?: string;
}

Properties

categoryId?: string
nameMask?: string
officeMask?: string