palm-sync
    Preparing search index...

    Interface ConduitInterface

    The interface that all conduits must implement to be properly used in sync functions

    interface ConduitInterface {
        name: string;
        execute(
            dlpConnection: DlpConnection,
            conduitData: ConduitData,
            fs: DatabaseStorageInterface,
        ): Promise<void>;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    name: string

    Methods