export interface UsecaseSymbolJSONObject { type: Type; name: Name; } export interface UsecaseSymbolJSON { toJSON(): UsecaseSymbolJSONObject; }