diff --git a/lib/src/opentdf.ts b/lib/src/opentdf.ts index 69b51be2..b6957b6c 100644 --- a/lib/src/opentdf.ts +++ b/lib/src/opentdf.ts @@ -100,6 +100,8 @@ export type CreateNanoTDFCollectionOptions = CreateNanoTDFOptions & { platformUrl: string; /** The maximum number of key iterations to use for a single DEK. */ maxKeyIterations?: number; + /** Optional source. TODO: check if it can be removed from create options */ + source?: Source; }; /** Metadata for a TDF object. */