The payload for setting a board feature

interface BoardFeaturePayload {
    featureKey?: "ESTIMATION" | "SPRINT";
    state?: boolean;
}

Properties

Properties

featureKey?: "ESTIMATION" | "SPRINT"

The key of the feature

state?: boolean

Whether the feature should be turned on or off