export const requiredString = (value: string) => !!value.trim();