Skip to content

Instantly share code, notes, and snippets.

@chunleng
Last active August 9, 2021 13:41
Show Gist options
  • Save chunleng/2f6af0105308a8c074c2b6d0a8562183 to your computer and use it in GitHub Desktop.
Save chunleng/2f6af0105308a8c074c2b6d0a8562183 to your computer and use it in GitHub Desktop.
Medium: OpenAPI and CodeGen - Codegen Part 1
/**
*
* @export
* @interface Bar
*/
export interface Bar {
/**
*
* @type {Array<string>}
* @memberof Bar
*/
items?: Array<string>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment