Sanity Library Reference Docs
    Preparing search index...

    Interface BlueprintResource

    An interface to describe resources found in a Blueprint

    interface BlueprintResource {
        id: string;
        name: string;
        type: string;
    }
    Index

    Properties

    Properties

    id: string
    name: string
    type: string