Type alias IField

IField: Omit<Field, "title"> & {
    title: string;
}

Type declaration

  • title: string