export interface GetPropertiesKeys {
  /** The ID of the sprint from which property keys will be returned. */
  sprintId: string;
}
