export interface Properties {
    /**
     * Details of the issue properties identified in the request.
     */
    properties?: Record<string, string>;
}
