Type Alias OracleDocument

OracleDocument: {
    json_data: string;
    name: string;
}