/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $TaskEventName = {
    properties: {
        type: {
            type: 'string',
        },
        description: {
            type: 'string',
        },
        empty: {
            type: 'string',
        },
        maxlength: {
            type: 'number',
        },
        minlength: {
            type: 'number',
        },
    },
};