/** getCustomFieldOption */
export interface GetCustomFieldOption {
    /** xsd:long */
    customFieldOptionId?: number;
}
