Trading Assistant API Documentation - v0.1.0
    Preparing search index...
    interface QualityGatesState {
        data: QualityGatesData | null;
        loading: boolean;
        error: string | null;
        filter: "all" | "passed" | "failed";
        sortBy: "symbol" | "failed_gates" | "data_age";
        sortDirection: "asc" | "desc";
    }
    Index

    Properties

    data: QualityGatesData | null
    loading: boolean
    error: string | null
    filter: "all" | "passed" | "failed"
    sortBy: "symbol" | "failed_gates" | "data_age"
    sortDirection: "asc" | "desc"