TransactionDetailNoRaw: TransactionBody & {
    gasPayer: string | null;
    id: string;
    meta: TransactionMetadata;
    origin: string;
    size: number;
    type: number;
}

Type for NO RAW transaction detail. It is the response of getTransaction with raw set to false.