Sanity Library Reference Docs
    Preparing search index...

    Type Alias FunctionResource

    The definition of a function resource in our resource discovery table

    type FunctionResource = {
        logicalResourceId: string;
        physicalResourceId: string;
    }
    Index

    Properties

    logicalResourceId: string
    physicalResourceId: string