Interface PatchLookupTypesWithNameRequest

interface PatchLookupTypesWithNameRequest {
    category: string;
    lookupType: LookupType;
    name: string;
    prefix: string;
}

Properties

category: string
lookupType: LookupType
name: string
prefix: string