Home > @findkit/ui > UpdateGroupsArgument

UpdateGroupsArgument type

Signature:

export type UpdateGroupsArgument<T extends GroupDefinition[]> = GroupDefinition[] | ((...groups: T) => T | undefined | void);

References: GroupDefinition