Endo API documentation
    Preparing search index...

    Interface MakeCapTPImportExportTablesOptions

    interface MakeCapTPImportExportTablesOptions {
        gcImports: boolean;
        makeRemoteKit: (slot: string) => RemoteKit;
        releaseSlot: (slot: string) => void;
    }
    Index

    Properties

    gcImports: boolean
    makeRemoteKit: (slot: string) => RemoteKit
    releaseSlot: (slot: string) => void