@10up/cypress-wp-utils
    Preparing search index...

    Interface default

    Post Data

    interface default {
        beforeSave?: CallableFunction;
        content?: string;
        postType?: string;
        status?: string;
        title: string;
    }
    Index
    beforeSave?: CallableFunction

    Before save callback

    content?: string

    Post content

    postType?: string

    Post type

    status?: string

    Post status

    title: string

    Post title