export interface GetBoardPropertyKeys {
  /** The ID of the board from which property keys will be returned. */
  boardId: string;
}
