mirror of
https://github.com/github/codeql.git
synced 2026-01-18 17:04:50 +01:00
3 lines
81 B
TypeScript
3 lines
81 B
TypeScript
interface Foo {
|
|
getParsedThing(id: string): object[] | number[] | string[];
|
|
} |