Skip to content

Commit 2524da4

Browse files
committed
refactor: remove duplicate interfaces
1 parent 88977d4 commit 2524da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/views/PushDetails/attestation.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface AttestationData {
1414
questions: Question[];
1515
}
1616

17-
interface AttestationViewProps {
17+
export interface AttestationViewProps {
1818
attestation: boolean;
1919
setAttestation: (value: boolean) => void;
2020
data: AttestationData;

0 commit comments

Comments
 (0)