Sanity Library Reference Docs
    Preparing search index...

    Interface SlugValue

    interface SlugValue {
        _type: "slug";
        current?: string;
    }
    Index

    Properties

    Properties

    _type: "slug"
    current?: string