sparkletown/sparkle

View on GitHub
src/forms/emptyObjectSchema.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import * as Yup from "yup";

// an utility schema that can provide the most basic token validation while developing
export const emptyObjectSchema = Yup.object().shape({});