Type Alias KeySetSomeSerialized<T>

KeySetSomeSerialized<T>: {
    elements: NonEmptyArray<T>;
    type: some;
}

Type Parameters