interface DeleteProperty {
    propertyKey: string;
    sprintId: string;
}

Properties

propertyKey: string

The key of the property to remove.

sprintId: string

The ID of the sprint from which the property will be removed.