interface BoardsPayload {
    boards?: BoardPayload[];
}

Properties

Properties

boards?: BoardPayload[]

The boards to be associated with the project.