1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-30 15:13:32 +00:00

change class to interface

This commit is contained in:
Robyn MacCallum
2022-03-02 17:25:37 -05:00
parent 7e432b40e2
commit 51db742be7

View File

@@ -1,4 +1,4 @@
export default class IconDetails {
export default interface IconDetails {
path: {
19: string;
38: string;