chore(types): pro options acc optional closes #2492

This commit is contained in:
moklick
2022-10-19 16:46:36 +02:00
parent 7d93d4e46b
commit 0feb847b76
+1 -1
View File
@@ -242,6 +242,6 @@ export type OnSelectionChangeFunc = (params: OnSelectionChangeParams) => void;
export type PanelPosition = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
export type ProOptions = {
account: string;
account?: string;
hideAttribution: boolean;
};