CipherStashDocs
StackLatestPackagesStackSrcTypes publicType aliases

KeysetIdentifier

KeysetIdentifier is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.

@cipherstash/stack


Type Alias: KeysetIdentifier

type KeysetIdentifier = 
  | {
  name: string;
}
  | {
  id: string;
};

Defined in: packages/stack/src/types.ts:55

On this page