FileMaker Data API Tools API - v1.2.0
    Preparing search index...

    Interface JobLogEntry

    interface JobLogEntry {
        timestamp: string;
        level: "info" | "warn" | "error";
        message: string;
    }
    Index

    Properties

    timestamp: string
    level: "info" | "warn" | "error"
    message: string