Skip to content

Commit

Permalink
chore: emit updated types
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomourar committed Sep 21, 2021
1 parent 5fe2cd3 commit d52325f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export type GeneratedOutput = import("../types/api").GeneratedOutput;
* skip in markdown.
* @returns {GeneratedOutput} List of raw markdown that were generated from input schema.
*/
export function jsonschema2md(schema: JsonSchema | import("../types/api").SchemaFiles, { schemaPath, outDir, metadata, schemaOut, includeReadme, links, i18n, language, exampleFormat, includeProperties, header, skipProperties, }: {
export function jsonschema2md(schema: JsonSchema | import("../types/api").SchemaFiles, options: {
schemaPath?: string;
outDir?: string;
metadata?: {
Expand Down
11 changes: 0 additions & 11 deletions types/symbols.d.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
export = symbols;
/*
* Copyright 2019 Adobe. All rights reserved.
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. You may obtain a copy
* of the License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
* OF ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*/
/**
* @typedef {import("../types/api").UniqueSymbols} UniqueSymbols
*/
Expand Down

0 comments on commit d52325f

Please sign in to comment.