/**
 * CustomFieldType
 *
 * @description The type of custom field
 */
export enum CustomFieldType {
	StringType = 'StringType',
}
