Type Alias TitlecaseOptions_obj

TitlecaseOptions_obj: {
    leadingAdjustment?: LeadingAdjustment | null;
    trailingCase?: TrailingCase | null;
}