Sanity Library Reference Docs
    Preparing search index...

    Interface ValidateDefinitionsResult

    Result of workflows_validate_definition. results pairs positionally with the input definitions; valid is true only when every definition passed.

    interface ValidateDefinitionsResult {
        results: ValidateDefinitionResult[];
        valid: boolean;
    }
    Index

    Properties

    Properties

    valid: boolean