Skip to content

Commit

Permalink
Commit generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsakky committed Aug 8, 2018
1 parent 62b877e commit 21d2b35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/schema/generated-schema-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -860,8 +860,8 @@ export interface SMimePublicCerts {
}

export interface SMimePublicCert {
store?: string | null;
field?: string | null;
store: string;
field: string;
_content?: string | null;
}

Expand Down Expand Up @@ -1557,8 +1557,8 @@ export interface GetMessageQueryArgs {
ridZ?: string | null;
}
export interface GetSMimePublicCertsQueryArgs {
contactAddr?: string | null;
store?: string | null;
contactAddr: string;
store: string;
}
export interface GetTaskQueryArgs {
inviteId: string;
Expand Down

0 comments on commit 21d2b35

Please sign in to comment.