Frodo Library - v4.0.0-10
    Preparing search index...

    Interface SecretStoreExportInterface

    interface SecretStoreExportInterface {
        meta?: ExportMetaData;
        secretstore: Record<string, SecretStoreExportSkeleton>;
    }
    Index

    Properties

    Properties

    secretstore: Record<string, SecretStoreExportSkeleton>