We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177b4d8 commit 0368ce6Copy full SHA for 0368ce6
1 file changed
src/modules/docker/types/index.d.ts
@@ -10,7 +10,7 @@ export interface DockerPushEvent {
10
date_created: number;
11
description: string;
12
dockerfile: string;
13
- full_description: string;
+ full_description: string | null;
14
is_official: boolean;
15
is_private: boolean;
16
is_trusted: boolean;
0 commit comments