// Generated from ../../../../Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.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 pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../../__bundled__/ghc-stdlib-DA-Internal-Template'; import * as Fairmint_OpenCapTable_Types_Core from '../../../../Fairmint/OpenCapTable/Types/Core/module'; export declare type StockLegendTemplate = { context: Fairmint_OpenCapTable_Types_Core.Context, template_data: StockLegendTemplateOcfData, } export declare interface StockLegendTemplateInterface { Archive: damlTypes.Choice & damlTypes.ChoiceFrom>; } export declare const StockLegendTemplate: damlTypes.Template & damlTypes.ToInterface & StockLegendTemplateInterface export declare type StockLegendTemplateOcfData = { id: string, name: string, text: string, comments: string[], } export declare const StockLegendTemplateOcfData: damlTypes.Serializable