diff --git a/pofile.d.ts b/pofile.d.ts index 56702c1..5b022c0 100644 --- a/pofile.d.ts +++ b/pofile.d.ts @@ -14,9 +14,9 @@ declare interface IHeaders { declare class Item { public msgid: string; - public msgctxt?: string; + public msgctxt?: string | null | undefined; public references: string[]; - public msgid_plural?: string; + public msgid_plural?: string | null | undefined; public msgstr: string[]; public comments: string[]; public extractedComments: string[];