// Generated from ../../../../Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/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 IssuerAuthorizedSharesAdjustment = { context: Fairmint_OpenCapTable_Types_Core.Context, adjustment_data: IssuerAuthorizedSharesAdjustmentOcfData, } export declare interface IssuerAuthorizedSharesAdjustmentInterface { Archive: damlTypes.Choice & damlTypes.ChoiceFrom>; } export declare const IssuerAuthorizedSharesAdjustment: damlTypes.Template & damlTypes.ToInterface & IssuerAuthorizedSharesAdjustmentInterface export declare type IssuerAuthorizedSharesAdjustmentOcfData = { id: string, date: damlTypes.Time, issuer_id: string, new_shares_authorized: damlTypes.Numeric, comments: string[], board_approval_date: damlTypes.Optional, stockholder_approval_date: damlTypes.Optional, } export declare const IssuerAuthorizedSharesAdjustmentOcfData: damlTypes.Serializable