export interface GetProperty {
  /** The ID of the sprint from which the property will be returned. */
  sprintId: string;
  /** The key of the property to return. */
  propertyKey: string;
}
