Merge branch 'new-signing-ui' of github.com:coreos-inc/quay into new-signing-ui
# Conflicts: # static/js/types/common.types.ts
This commit is contained in:
commit
961ebdfe44
1 changed files with 2 additions and 2 deletions
|
@ -109,10 +109,10 @@ export type Trigger = {
|
||||||
* Represents a set of apostille delegations.
|
* Represents a set of apostille delegations.
|
||||||
*/
|
*/
|
||||||
export type ApostilleDelegationsSet = {
|
export type ApostilleDelegationsSet = {
|
||||||
delegations: [delegationName: string]: ApostilleSignatureDocument
|
delegations: {[delegationName: string]: ApostilleSignatureDocument};
|
||||||
|
|
||||||
// The error that occurred, if any.
|
// The error that occurred, if any.
|
||||||
error: string | null
|
error: string | null;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Reference in a new issue