mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-06 10:10:08 +00:00
Fixed inconsistent spacing in interface "Options.Frame".
This commit is contained in:
2
types/jsonld/index.d.ts
vendored
2
types/jsonld/index.d.ts
vendored
@@ -54,7 +54,7 @@ export namespace Options {
|
||||
export type Flatten = Common;
|
||||
|
||||
export interface Frame {
|
||||
embed?: '@last'| '@always'|'@never'|'@link';
|
||||
embed?: '@last' | '@always' | '@never' | '@link';
|
||||
explicit?: boolean;
|
||||
requireAll?: boolean;
|
||||
omitDefault?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user