Skip to content

Commit

Permalink
chore: remove any usage
Browse files Browse the repository at this point in the history
  • Loading branch information
adisreyaj committed Sep 21, 2023
1 parent a4f1421 commit 6f2e2bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const ASYNC_WRAPPER_PARAMETERS$ = new InjectionToken<Observable<LoadAsync
styleUrls: ['./load-async-wrapper.scss'],
changeDetection: ChangeDetectionStrategy.OnPush
})
export class LoadAsyncWrapperComponent<T = any> {
export class LoadAsyncWrapperComponent<T = unknown> {
public readonly state$: Observable<AsyncState<T>>;

public icon?: IconType;
Expand Down

0 comments on commit 6f2e2bf

Please sign in to comment.