// Generated from ../../../Fairmint/OpenCapTable/OcpFactory/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_IssuerAuthorization from '../../../Fairmint/OpenCapTable/IssuerAuthorization/module'; export declare type AuthorizeIssuer = { issuer: damlTypes.Party, } export declare const AuthorizeIssuer: damlTypes.Serializable export declare type OcpFactory = { system_operator: damlTypes.Party, } export declare interface OcpFactoryInterface { Archive: damlTypes.Choice & damlTypes.ChoiceFrom>; AuthorizeIssuer: damlTypes.Choice, undefined> & damlTypes.ChoiceFrom>; } export declare const OcpFactory: damlTypes.Template & damlTypes.ToInterface & OcpFactoryInterface