Type Alias KeyLabelSetAllSerialized<T>

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

Type Parameters

  • T extends string | number = string | number