Member Junction
    Preparing search index...

    Result of the full automatic Apply All flow

    interface ApplyAllResult {
        APIRestarted?: boolean;
        EntityMapsCreated?: ApplyAllEntityMapCreated[];
        GitCommitSuccess?: boolean;
        Message: string;
        Steps?: {
            DurationMs: number;
            Message: string;
            Name: string;
            Status: string;
        }[];
        Success: boolean;
        SyncRunID?: string;
        Warnings?: string[];
    }
    Index

    Properties

    APIRestarted?: boolean
    EntityMapsCreated?: ApplyAllEntityMapCreated[]
    GitCommitSuccess?: boolean
    Message: string
    Steps?: { DurationMs: number; Message: string; Name: string; Status: string }[]
    Success: boolean
    SyncRunID?: string
    Warnings?: string[]