Type Alias KeyLabelSetNoneSerialized<T>

KeyLabelSetNoneSerialized<T>: {
    type: none;
} | {
    elements: EmptyArray<T>;
    type: none;
}

Type Parameters

  • T extends string | number = string | number