/**
 * Base interface all the use case data interfaces must extend
 */
export interface UCData {
}
