coldbydefault-portfolio
    Preparing search index...

    Interface BlogFormValidation

    interface BlogFormValidation {
        categoryId: string[];
        content: string[];
        metaDescription: string[];
        metaTitle: string[];
        slug: string[];
        title: string[];
        [key: string]: string[];
    }

    Indexable

    • [key: string]: string[]
    Index

    Properties

    categoryId: string[]
    content: string[]
    metaDescription: string[]
    metaTitle: string[]
    slug: string[]
    title: string[]