Type Alias DuplicateTokenSetInput

DuplicateTokenSetInput: {
    description?: InputMaybe<Scalars["String"]["input"]>;
    duplicateFrom: Scalars["String"]["input"];
    orderIndex?: InputMaybe<Scalars["Float"]["input"]>;
    path: Scalars["String"]["input"];
}