interface DeleteBoardProperty {
    boardId: string;
    propertyKey: string;
}

Properties

Properties

boardId: string

The id of the board from which the property will be removed.

propertyKey: string

The key of the property to remove.