TESSA Web API
    Preparing search index...

    Interface IContentResult

    Represents the result of a content request.

    interface IContentResult {
        content?: null | File;
        result: ValidationResult;
    }
    Index

    Properties

    Properties

    content?: null | File

    The content data.

    The validation result of the content request.