$TypeParam: $.Shape<{
    name: string;
    typeId: undefined | number;
}, {
    name: string;
    typeId: undefined | number;
}> = ...