Sanity Library Reference Docs
    Preparing search index...

    Interface BlueprintResource<TType>

    An interface to describe resources found in a Blueprint

    interface BlueprintResource<TType extends string = string> {
        id: string;
        name: string;
        type: TType;
    }

    Type Parameters

    • TType extends string = string
    Index

    Properties

    Properties

    id: string
    name: string
    type: TType