Configuration of features for one or more boards. Replaces the deprecated features field on BoardPayload

interface BoardFeaturesPayload {
    boardFeatures?: {
        [key: string]: BoardFeaturePayload[];
    };
}

Properties

Properties

boardFeatures?: {
    [key: string]: BoardFeaturePayload[];
}

A map of board PCRIs to the list of features to enable on each board.

Type declaration

  • [key: string]: BoardFeaturePayload[]

    A map of board PCRIs to the list of features to enable on each board.