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

Properties

Properties

boardId: string

The ID of the board from which the property will be returned.

propertyKey: string

The key of the property to return.