Interface DeleteLookupTypesWithNameRequest

interface DeleteLookupTypesWithNameRequest {
    category: string;
    name: string;
    office: string;
    prefix: string;
}

Properties

category: string
name: string
office: string
prefix: string