Interface PostLookupTypesRequest

interface PostLookupTypesRequest {
    category: string;
    lookupType: LookupType;
    prefix: string;
}

Properties

category: string
lookupType: LookupType
prefix: string