// Generated from Fairmint/OpenCapTableReports/CompanyValuationReport.daml /* eslint-disable @typescript-eslint/camelcase */ /* eslint-disable @typescript-eslint/no-namespace */ /* eslint-disable @typescript-eslint/no-use-before-define */ import * as jtv from '@mojotech/json-type-validation'; import * as damlTypes from '@daml/types'; import * as pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda from '../../../__bundled__/splice-api-featured-app-v1'; import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../__bundled__/ghc-stdlib-DA-Internal-Template'; export declare type SetCompanyValuation = { new_company_valuation: damlTypes.Optional; }; export declare const SetCompanyValuation: damlTypes.Serializable & { } ; export declare type AddObservers = { added: damlTypes.Party[]; }; export declare const AddObservers: damlTypes.Serializable & { } ; export declare type CompanyValuationReport = { company_id: string; company_valuation: damlTypes.Optional; last_update_at: damlTypes.Time; system_operator: damlTypes.Party; featured_app_right: damlTypes.ContractId; observers: damlTypes.Party[]; }; export declare interface CompanyValuationReportInterface { AddObservers: damlTypes.Choice, undefined> & damlTypes.ChoiceFrom>; Archive: damlTypes.Choice & damlTypes.ChoiceFrom>; SetCompanyValuation: damlTypes.Choice, undefined> & damlTypes.ChoiceFrom>; } export declare const CompanyValuationReport: damlTypes.Template & damlTypes.ToInterface & CompanyValuationReportInterface; export declare namespace CompanyValuationReport { }