Type Alias KeySetAllSerialized<T>

KeySetAllSerialized<T>: {
    type: all;
} | {
    elements: EmptyArray<T>;
    type: all;
}

Type Parameters