ImportWHFSResult | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface ImportWHFSResult

    interface ImportWHFSResult {
        messages: {
            message: string;
            subPath: string;
            type: "error" | "warning";
        }[];
    }
    Index

    Properties

    Properties

    messages: { message: string; subPath: string; type: "error" | "warning" }[]