reducers: {
data: (
state?: MapOf<{ mode: string }>,
action: any,
) => MapOf<{ mode: string }>;
embeddable: (state?: MapOf<{}>, action: any) => MapOf<{}>;
} = ...
Type Declaration
data: (state?: MapOf<{ mode: string }>, action: any) => MapOf<{ mode: string }>
embeddable: (state?: MapOf<{}>, action: any) => MapOf<{}>