StackLatestPackagesStackSrcTypes publicType aliases
KeysetIdentifier
KeysetIdentifier is a type in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.
Type Alias: KeysetIdentifier
type KeysetIdentifier =
| {
name: string;
}
| {
id: string;
};Defined in: packages/stack/src/types.ts:55