chore: run api report command
Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
@@ -14,7 +14,6 @@ export const GroupListPicker: (props: GroupListPickerProps) => JSX.Element;
|
||||
export type GroupListPickerProps = {
|
||||
placeholder?: string;
|
||||
groupTypes?: Array<string>;
|
||||
initialGroup?: string | undefined;
|
||||
onChange: (value: GroupEntity | undefined) => void;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user