chore: run api report command

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2022-10-20 10:21:17 +02:00
parent eee9b5ac89
commit 1709bd952e
-1
View File
@@ -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;
};