export interface OutputJSON {
    type: string;
    id: string;
    checksum?: string;
    value: string;
    dynamic_id?: string;
}
