Sanity Library Reference Docs
    Preparing search index...

    Interface Blueprint

    A representation of a Blueprint document

    interface Blueprint {
        $schema: string;
        blueprintVersion: string;
        outputs?: BlueprintOutput[];
        resources?: BlueprintResource<BlueprintResourceLifecycle>[];
        values?: Record<string, unknown>;
    }
    Index

    Properties

    $schema: string
    blueprintVersion: string
    outputs?: BlueprintOutput[]
    values?: Record<string, unknown>