Skip to content

Commit 0368ce6

Browse files
committed
fix(types): allow full_description to be null in DockerPushEvent interface
1 parent 177b4d8 commit 0368ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/docker/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface DockerPushEvent {
1010
date_created: number;
1111
description: string;
1212
dockerfile: string;
13-
full_description: string;
13+
full_description: string | null;
1414
is_official: boolean;
1515
is_private: boolean;
1616
is_trusted: boolean;

0 commit comments

Comments
 (0)