// Generated from ../../../../Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/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 StockPlanReturnToPool = { context: Fairmint_OpenCapTable_Types_Core.Context, return_data: StockPlanReturnToPoolOcfData, } export declare interface StockPlanReturnToPoolInterface { Archive: damlTypes.Choice & damlTypes.ChoiceFrom>; } export declare const StockPlanReturnToPool: damlTypes.Template & damlTypes.ToInterface & StockPlanReturnToPoolInterface export declare type StockPlanReturnToPoolOcfData = { id: string, date: damlTypes.Time, quantity: damlTypes.Numeric, reason_text: string, security_id: string, stock_plan_id: string, comments: string[], } export declare const StockPlanReturnToPoolOcfData: damlTypes.Serializable